Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a parse bug #41

Closed
snowair opened this issue Nov 23, 2012 · 3 comments
Closed

a parse bug #41

snowair opened this issue Nov 23, 2012 · 3 comments
Assignees

Comments

@snowair
Copy link

snowair commented Nov 23, 2012

markdown text:

* list

        + item

             - subitem

               The HTML has a superfluous newline before this
               paragraph.

             - subitem

               The HTML here is unchanged.

             - subitem

               The HTML is missing a newline after this
               list subitem.

correct markdown parse :

  • list

    + item
    
         - subitem
    
           The HTML has a superfluous newline before this
           paragraph.
    
         - subitem
    
           The HTML here is unchanged.
    
         - subitem
    
           The HTML is missing a newline after this
           list subitem.
    

the showdown parse :

list

+ item


 - subitem


   The HTML has a superfluous newline before this
   paragraph.


 - subitem


   The HTML here is unchanged.


 - subitem


   The HTML is missing a newline after this
   list subitem.

@tivie tivie self-assigned this Jan 6, 2015
@tivie tivie added the bug label Jan 6, 2015
@pdeschen
Copy link
Contributor

Am I correct in saying that this would produce the equivalent html output? This is already documented in divergences

@tivie
Copy link
Member

tivie commented Jan 22, 2015

@pdeschen Yes, it is documented

@pdeschen
Copy link
Contributor

Ok invalid for now then.

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

No branches or pull requests

3 participants