-
Notifications
You must be signed in to change notification settings - Fork 863
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
Support for HTML blocks (w/ tests) #98
base: master
Are you sure you want to change the base?
Conversation
- tests for @marijnh's HTML block commit - support self-closing HTML tags - default to code blocks where indented
also updated markdown.js (see evilstreak/markdown-js#98) to make the iframe work
Why is this not merged yet? |
Any idea when this change be merged? |
good question.. this is sadly not in accordance with markdown specs ... any specific reason why ? |
Is this going to be merged? it would be nice to have html tags |
Hey it would nice to know what’s blocking here, any way we can help out? |
A few things:
(I'm not hugely happy with the idea of a __RAW block in HTML but eh, I'll live) |
I agree that |
I’d also follow Gruber, especially if it is the behaviour that already works now, and is followed in many other implementations. If someone has a need for Markdown processing in HTML tags they can always try and do a pull request after… It could be an option, or like in python-markdown an attribute you specify on the HTML. cheers, |
Very much interested in seeing this merged too! |
(I'm not expecting the original author to pick this up as I've let it languish for years. Just for the record) This patch goes someway to addressing HTML support but doesn't account for inline html elements Additional in #279 the case was made that HTML support should not be on by default and I'm tempted to agree. |
This is almost the same change @marijnh submitted 2 years ago in #34, but with a few differences: