Open bvbore opened 9 years ago
It appears that this is standard markdown behavior. If you put those snippets into the original web tester, you get the same results. Other sites (like this one using marked) seems to render it in the more intuitive way. I'm guessing the markdown library I'm using (github.com/russross/blackfriday) is just trying to be true to the original.
A solution might be to move markdown rendering to the client with a library like marked. Go doesn't seem to have any markdown libraries that aren't direct ports from the original c.
or
work individually, but when both are included one after another the list type of the first wins. Breaking the two lists with text in the middle seems to work fine.
Broken:
Working: