Vivify-Ideas / vue-simple-markdown

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

markdown-body shouldn't override text attributes #40

Open brunobg opened 3 years ago

brunobg commented 3 years ago

.markdown-body currently overrides line-height, color, font-size, etc. It's a big aggressive. I suggest a separate class for this attributes and that the html classes of the vue component could be controllable with a prop.