How to insert images into a numbered list with markdown?
If there is an image between numbered list items, then you get wrong numbers. Example:
- Number One
- Number Two (but you see 1.)
- Number Three (but you see 1.)
Comments
Removed tag "bug" as the described behavior is by design of the
markdown
library.