Giter Club home page Giter Club logo

Comments (5)

carljm avatar carljm commented on May 27, 2024

I don't believe that this is due to either markitup or django-markitup, but rather to whatever markup-parsing system you are using (which markitup is agnostic to). Are you using markdown? It's default behavior is to strip HTML, but it can be configured otherwise.

Maybe I'm wrong and markitup has added this HTML-tag stripping since I last used it, but I've never seen it.

In any case, closing this issue since it's definitely not something django-markitup is doing.

from django-markitup.

mbrochh avatar mbrochh commented on May 27, 2024

Yep I am using Markdown. As far as the Markdown specs go I always thought that Markdown allows to insert normal HTML if needed. The markitup editor certainly doesn't allow this. I guess I need to find some markitup expert and ask again. Thanks for your help!

from django-markitup.

carljm avatar carljm commented on May 27, 2024

What's relevant is not so much the Markdown spec, as the actual behavior of the Python implementation you are using. If you read here (http://packages.python.org/Markdown/reference.html#markdown) the behavior you describe certainly sounds like python-markdown with the "safe_mode" flag in use (note that [HTML_REMOVED] is python-markdown's default replacement text in that case). So I think it's likely you're chasing the wrong culprit by looking at markitup, and should instead examine the Python code that is translating the markdown to HTML.

Good luck!

from django-markitup.

helloworldhahaha avatar helloworldhahaha commented on May 27, 2024

hello, I want to how to choose local picture or audio,can you tell me

from django-markitup.

Jiayi-Liao avatar Jiayi-Liao commented on May 27, 2024

Same problem...

from django-markitup.

Related Issues (11)

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.