Skip to content
This repository has been archived by the owner. It is now read-only.

GitHub supports ul indenting using one or two spaces but this module requires the Markdown specification of 4 spaces. #23

Open
chr15m opened this issue Aug 7, 2015 · 1 comment

Comments

@chr15m
Copy link

chr15m commented Aug 7, 2015

I think it would make sense to ignore the specification and do what GitHub allows since the name of the module is "GitHub Flavoured Markdown".

Test markdown to replicate this bug:

 * First item.
   * First indented item.
   * Second indented item.
 * Second item.
 * Third item.

The sub-list indenting works correctly on GitHub and with the original markdown.pl implementation, but does not work with py-gfm or several other markdown renderers.

@chr15m
Copy link
Author

chr15m commented Aug 7, 2015

For anybody finding this issue, the python module markdown2 renders lists consistently with GitHub and the original markdown.pl, against the spec.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant