X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/1fc3f034191d3eec78b4d5da343e282092a221be..5aeaafac7ad106e0d6a90625def01154e3abc992:/doc/plugins/highlight/discussion.mdwn diff --git a/doc/plugins/highlight/discussion.mdwn b/doc/plugins/highlight/discussion.mdwn index a258f21fd..1b9197e81 100644 --- a/doc/plugins/highlight/discussion.mdwn +++ b/doc/plugins/highlight/discussion.mdwn @@ -21,3 +21,17 @@ Having trouble working out where to get the perl bindings for highlight. --[Mick 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 """ + +"""]] + + * 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