-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaks not rendering when using $md.render() #13
Comments
Did you find a solution yet ? |
Did you have a solution? I fell into the exact same problem. |
Adding CSS |
I solved this by add
and add global style with
|
Also having this problem, even though the padding thing helps, its a nasty work around as it does not allow for multiple line breaks. anyone know how to properly fix this as the break setting does not seem to do anything. kind regards |
Any updates on this? |
Hello. Hoping for some direction here about what I might be doing wrong.
I am using the markdownit module to render content produced from the Netlify CMS editor. The markdown-it configuration
breaks: true
doesn't seem to be honored in the HTML output. I deletedlinkify: true
just to see if any of the config settings were working, and, indeed,http://bla.com
stopped displaying as an anchor, so that at least that is working as expected.Any idea why
\n\n
is not showing up as a<br>
?markdown-it docs say:
Thanks for your help!
nuxt.config.js
stuff.json
stuff.vue
HTML output
The text was updated successfully, but these errors were encountered: