2011/11/21 Ludovic Dubost <[email protected]>
I see, it seems markdown has a interesting way of expressing the syntax for numbered lists:
From the sample they have (http://daringfireball.net/projects/markdown/) This for example
1. Copy the "Markdown.pl" file into your Movable Type "plugins" directory. The "plugins" directory should be in the same directory as "mt.cgi"; if the "plugins" directory doesn't already exist, use your FTP program to create it. Your installation should look like this:
(mt home)/plugins/Markdown.pl
2. Once installed, Markdown will appear as an option in Movable Type's Text Formatting pop-up menu. This is selectable on a per-post basis:
![Screenshot of Movable Type 'Text Formatting' Menu][tfmenu]
Markdown translates your posts to HTML when you publish; the posts themselves are stored in your MT database in Markdown format.
I forgot to say that the syntax here is converted into an ordered list will all the content being inside the list item.
In XWiki's case we would have to embed the content of the list into ((( ))) to make sure the ordered lists continues Our XHTML converter would have to support this
Ludovic
2011/11/21 Jesse Hathaway <[email protected]>
Ludovic Dubost <ludovic@...> writes:
I believe this is because this specific html is not properly converted. The text between each numbered item is getting out of the list item, breaking the ordered list and therefore the numbering.
This is coming from another wiki ? Which wiki is that and which syntax
was
it using ?
I am moving from ikiwiki, these pages where in Markdown syntax which I converted to xhtml using pandoc, http://johnmacfarlane.net/pandoc/
-Jesse
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Ludovic Dubost Founder and CEO Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost
-- Ludovic Dubost Founder and CEO Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost