Comment 1 for bug 1531200

Revision history for this message
Daniel Holbach (dholbach) wrote :

The following commands run on https://raw.githubusercontent.com/ubuntu-core/snapcraft/master/docs/snapcraft-syntax.md show:
 - markdown(1) command works fine, it produces a nice sublist
 - markdown.markdown(open('snapcraft-syntax.md').read(), output_format='html5') does NOT produce a sublist
 - markdown.markdown(open('snapcraft-syntax.md').read(), output_format='html5', extensions=['pymdownx.github']) does NOT produce a sublist

We currently use the latter to imitate github's looks.