Code Monkey home page Code Monkey logo

Comments (5)

quantizor avatar quantizor commented on August 30, 2024

from markdown-to-jsx.

bguiz avatar bguiz commented on August 30, 2024

Yeah, discarding the HTML comments is fine - and in fact that's what I think should be the expected behaviour.

In fact, I attempted to use the overrides option to accomplish this, but was not able to figure out how.

from markdown-to-jsx.

quantizor avatar quantizor commented on August 30, 2024

Overrides don't apply for unparseable HTML since it goes through the dangerouslySetInnerHTML escape hatch and skips the rest of the pipeline. Not the best experience, but it'll have to do for the moment.

I opened up an issue on remark to see if Titus wants to build in first-party support for comments. If not I'll try and work up some sort of regex parsing to drop it. It's a little complicated though because any text around the comment on the same line gets lumped in, so if we simply drop the comment block the text would go too.

from markdown-to-jsx.

bguiz avatar bguiz commented on August 30, 2024

That sounds like a good plan.

As far as I am concerned the limitation around stuff surrounding the HTML comment also getting dropped is a non-issue, because I always have them on their own lines.
In fact, I also surround it using empty lines as well,
because some markdown parsers require any HTML tags to do that in order to be treated as HTML instead of markdown.

However, I'm cognizant that not everyone else does the same, so if it is possible, the regex could be used to parse and replace with an empty string rather than drop the line instead. I'm not sure of the internals, so I'm not sure if implementing that is feasible. If it is however, it would break things for less people!

from markdown-to-jsx.

quantizor avatar quantizor commented on August 30, 2024

https://github.com/probablyup/markdown-to-jsx/releases/tag/5.4.1 should fix it. Thanks for reporting!

from markdown-to-jsx.

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.