aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>2015-01-27 10:05:57 -0400
committeradmin <admin@branchable.com>2015-01-27 10:05:57 -0400
commit342ac6c3be398ec6db41806e3cd7a99c28255209 (patch)
tree6647ee066b0b039653cd27ac3625a8953c89dfb6
parent6a46c2cf55c9e9c1cb2ba3d2f0a650ef65dd649b (diff)
downloadikiwiki-342ac6c3be398ec6db41806e3cd7a99c28255209.tar
ikiwiki-342ac6c3be398ec6db41806e3cd7a99c28255209.tar.gz
move the tl;dr summary to the top (plugins/highlight is recommended)
-rw-r--r--doc/todo/syntax_highlighting.mdwn12
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/todo/syntax_highlighting.mdwn b/doc/todo/syntax_highlighting.mdwn
index 3d122829b..dd7c8a117 100644
--- a/doc/todo/syntax_highlighting.mdwn
+++ b/doc/todo/syntax_highlighting.mdwn
@@ -1,6 +1,11 @@
There's been a lot of work on contrib syntax highlighting plugins. One should be
picked and added to ikiwiki core.
+> I'm calling this [[done]] since I added the [[plugins/highlight]]
+> plugin. There are some unresolved issues touched on here,
+> but they either have the own other bug reports, or are documented
+> as semi-features in the docs to the plugin. --[[Joey]]
+
We want to support both converting whole source files into wiki
pages, as well as doing syntax highlighting as a preprocessor directive
(which is either passed the text, or reads it from a file). But,
@@ -111,10 +116,3 @@ releases the 5 or 6 language definitions he has running on his web site, it migh
Perhaps the thing to do here is to use the new `longname` parameter to
the format hook, to give them all names that will group together at or
near the end of the list. Ie: "Syntax: perl", "Source code: c", etc.
-
----
-
-I'm calling this [[done]] since I added the [[plugins/highlight]]
-plugin. There are some unresolved issues touched on here,
-but they either have the own other bug reports, or are documented
-as semi-features in the docs to the plugin. --[[Joey]]