-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
Output raw HTML when "field is not valid for Markdown rendering" #43
Comments
This is related to #36. I closed that issue with the comment that it's "outside the domain of Markdown Here". I'm going to leave this one open for now, though, because the way you've framed it is compelling. I'm not sure if/when I'll get to it, but I'm going to keep thinking about it. I've been thinking about refactoring with the aim of better modularization (support for different markup renders, for example) and I'll try to accommodate this functionality. |
+1 for this request I was just about to start a new issue and found this one already open Basically what we want is TWO Markdown Here keystrokes/menuOptions:
... Of course, I have no idea if that's true. Maybe you're not generating html at all, and there's a whole bunch of snake-wrangling that has to happen to make the stupid rich text editor behave the way you've gotten it to :D Anyways, the Raw Html would be ridiculously valuable to a lot of us if you have the time to add the feature For example:
|
While investigating Tumblr compatibility I found that it would work better if this feature existed. See: https://github.com/adam-p/markdown-here/wiki/Compatibility#wiki-tumblr |
While investigating Disqus I found that it accepts a subset of HTML tags. The odd thing about it, though, is that the compose box is So, when this feature is implemented, there should be overrides for render-to-raw-HTML even when the edit element is |
I just wanted to type a post in a forum that allows for HTML comments but only supplies a simple text field for raw HTML input; so I started writing my message in Markdown, believing that i could later convert it to HTML. However, MarkdownHere tells me that "The selected field is not valid for Markdown rendering. Please use a rich editor."
MarkdownHere should ask: "The selected field is not valid for rich text editing. Do you want convert the Markdown source to raw HTML?" and provide an "Ok"- and a "Cancel"-button along with a checkbox for "Don't ask before converting to raw HTML" (which has no effect if you cancel).
The text was updated successfully, but these errors were encountered: