Can you share the code of the ordered list in markdown so I can take a look at what goes wrong and how to fix it?
Cheers
Denis
> --
> You received this message because you are subscribed to the nanoc discusssion group.
>
> To post to this group, send email to na...@googlegroups.com
> To unsubscribe from this group, send email to
> nanoc+un...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nanoc?hl=en
You probably didn't indent your code block far enough. It's tricky
getting the indent level right with a code block inside a list item :)
It takes a full 8 spaces to make a code block inside a first-level
list item. If you want an easy way to play with it, check it out here:
http://daringfireball.net/projects/markdown/dingus
... Depending on which Markdown filter you're using, you can also use
fenced code blocks which is a bunch easier.
-- justin