Vivify-Ideas / vue-simple-markdown

A Simple and Highspeed Markdown Parser for Vue
MIT License
83 stars 17 forks source link

Not creating p tag #28

Open kskrlinnorth2 opened 4 years ago

kskrlinnorth2 commented 4 years ago

This parser doesn't create p tag when rendering markdown to html.

This is source: "### Heading 3\nThis should be paragraph"

Heading 3 is rendered as h3, but text "This should be paragraph" is not rendered as p, just plain text inside div wrapper.