Giter Site home page Giter Site logo

Comments (4)

danurbanowicz avatar danurbanowicz commented on May 5, 2024

Thanks for spotting this @jaustin !

The call to markdownIt(options) was removed by mistake resulting in the default markdown-it options being used, my bad. Breaks in markdown should be working again now.

Fixed by 8d92b70

from eleventy-netlify-boilerplate.

jaustin avatar jaustin commented on May 5, 2024

Thanks for the quick answer, that fix looks sane, though I think the only downside is that for me with this setup the CMS preview will now show different behaviour to the widget itself. Actually I can't really get away from this I don't think?:

  • With breaks in markdown-it: Rendered output matches Slate widget contents itself, but not CMS preview
  • Without breaks in markdown-it: Rendered output matches preview in CMS but not in Slate widget

I guess one way to resolve that would be to render the body of the preview with markdown-it directly?

from eleventy-netlify-boilerplate.

danurbanowicz avatar danurbanowicz commented on May 5, 2024

The previews are rendered in React using the Netlify CMS window.CMS object, probably using (I haven't checked) the react-markdown plugin which requires 2 or more spaces after each line followed by a newline character to generate a <br> tag, which apparently follows the Markdown spec. I have tested this and it works.

from eleventy-netlify-boilerplate.

danurbanowicz avatar danurbanowicz commented on May 5, 2024

Closing this for now, but let me know if you feel this still needs looking at and I will re-open. Thanks.

from eleventy-netlify-boilerplate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.