Code52 / DownmarkerWPF

MarkPad - a visual Markdown editor (inspired by the Downmarker project)
http://code52.org/DownmarkerWPF/
Microsoft Public License
1.4k stars 458 forks source link

Strangely formatted bullet #412

Closed b-adkins closed 10 years ago

b-adkins commented 10 years ago

This:

# Title
## Subtitle
1. Numbered element
2. Some other number
    - Why is this bullet huuuuge?
    -

...produces this: image

... instead of...

Title

Subtitle

  1. Numbered element
  2. Some other number

    - Why is this bullet huuuuge?

I was going to say it's just broken in MarkPad, but it seems this markdown breaks Github too. I suppose that's invalid Markdown, but it seems to me like the renderer should be a little more robust?

JakeGinnivan commented 10 years ago

This is a downstream issue and is out of our control. This should be reported at https://github.com/toptensoftware/markdowndeep