]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/highlight/discussion.mdwn
HTML-escape error messages (OVE-20160505-0012)
[git.ikiwiki.info.git] / doc / plugins / highlight / discussion.mdwn
index 3ae6149bfe7607cc19ffb8544d9715761e0cca72..1b9197e81e2b1db6991a3ff1d18710cba3cb18c4 100644 (file)
@@ -18,4 +18,20 @@ Having trouble working out where to get the perl bindings for highlight. --[Mick
 > The perl bindings are hidden in `examples/swig` in highlight's source.
 > --[[Joey]] 
 
-Thanks for prompt reply. Now just need to work out how to get it to work with inline code. I can not find the 'format' plugin to enable it. --[Mick](http://www.lunix.com.au) 
+Thanks for prompt reply.All working. I will post on my site tonight and link here what I did on CentOS to make this work. --[Mick](http://www.lunix.com.au) 
+
+Any hint on how to highlight actual mdwn or any other supported markup code? -- [wiebel](http://wiebels.info)
+
+Hi, I would like put code with higlight plugin (\[[!format php """ code code code """]]) between 2 sublists. Something like that:
+
+* level 1
+  * level 2
+[[!format php """
+<?php
+echo "coucou";
+?>
+"""]]
+
+  * level 2
+
+You can see that the second level 2 is not correctly translate. It is translate in level 1 :-(. What is the good syntax  ? -- Julien