Code Monkey home page Code Monkey logo

Comments (26)

jackmcdade avatar jackmcdade commented on June 30, 2024

👍

from parsedown-extra.

erusev avatar erusev commented on June 30, 2024

Is this feature something on the Parsedown Extra roadmap for implementation?

It is. I've been working on it.

from parsedown-extra.

fredleblanc avatar fredleblanc commented on June 30, 2024

Yessss, fantastic. Thank you!

from parsedown-extra.

lakhman avatar lakhman commented on June 30, 2024

+1
This would be a great feature! its one of the few things missing from what I can tell!
Thanks!

from parsedown-extra.

fxck avatar fxck commented on June 30, 2024

+1

Do want.

from parsedown-extra.

jeffreydking avatar jeffreydking commented on June 30, 2024

+1

from parsedown-extra.

olivier avatar olivier commented on June 30, 2024

Great, thanks !

from parsedown-extra.

fxck avatar fxck commented on June 30, 2024

Is there any actual roadmap? This and https://michelf.ca/projects/php-markdown/extra/#spe-attr would be great..

from parsedown-extra.

DevCharly avatar DevCharly commented on June 30, 2024

+1

from parsedown-extra.

prigal avatar prigal commented on June 30, 2024

+1

from parsedown-extra.

jeffreydking avatar jeffreydking commented on June 30, 2024

One caveat. The contents of script tags should never be parsed.

from parsedown-extra.

icylace avatar icylace commented on June 30, 2024

+1

from parsedown-extra.

erusev avatar erusev commented on June 30, 2024

The latest commit (7578fe2) tries to address this. It is not a complete solution. It won't work on nested tags and, since I haven't had much time to test it or write tests for it, I can't guarantee it's stable.

from parsedown-extra.

bzerangue avatar bzerangue commented on June 30, 2024

+1

from parsedown-extra.

bzerangue avatar bzerangue commented on June 30, 2024

@erusev - now that you have added this, it seems to working properly!!! Thank you so much for adding this feature to Parsedown Extra!!!!!!

from parsedown-extra.

puckey avatar puckey commented on June 30, 2024

+1 for nested tags support

from parsedown-extra.

adeniszczyc avatar adeniszczyc commented on June 30, 2024

+1

from parsedown-extra.

mnapoli avatar mnapoli commented on June 30, 2024

+1!

When this is nested is another HTML node, it doesn't work:

<div>
    This is *true* markdown text.
    <div markdown="1">
        This is *true* markdown text.
    </div>
</div>

Try it on http://parsedown.org/extra/

from parsedown-extra.

lyrixx avatar lyrixx commented on June 30, 2024

I have the same need too.

from parsedown-extra.

erusev avatar erusev commented on June 30, 2024

We are working on it.

from parsedown-extra.

lyrixx avatar lyrixx commented on June 30, 2024

Thanks ;)

from parsedown-extra.

kleinsch avatar kleinsch commented on June 30, 2024

+1

from parsedown-extra.

erusev avatar erusev commented on June 30, 2024

I believe that the latest release resolves this.

from parsedown-extra.

lakhman avatar lakhman commented on June 30, 2024

Awesome!! Thanks so much!! I'm gonna update now! 👍

from parsedown-extra.

erusev avatar erusev commented on June 30, 2024

Ok, it does work for tags that are nested in tags that have markdown=1, but it still doesn't work for tags that are nested in tags that don't have it.

I'm reopening this.

from parsedown-extra.

erusev avatar erusev commented on June 30, 2024

Ok, now it should always work.

from parsedown-extra.

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.