diff options
author | julien <julien@web> | 2013-08-04 19:33:16 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-08-04 19:33:16 -0400 |
commit | 93165dd86d3a1d9f8a4fd131d6558a1cd6c2852e (patch) | |
tree | 3af3fd4da024d51bf18448dd45818d50b30fdd07 /doc/plugins | |
parent | 0bac7cb776cf8b49d99b7a7b24e7542b075b250c (diff) | |
download | ikiwiki-93165dd86d3a1d9f8a4fd131d6558a1cd6c2852e.tar ikiwiki-93165dd86d3a1d9f8a4fd131d6558a1cd6c2852e.tar.gz |
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/highlight/discussion.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
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 """ +<?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 |