-
Notifications
You must be signed in to change notification settings - Fork 92
Description
Would it be possible add support for a few extended markdown features? I'm mainly thinking of support for the commonly used fenced code blocks. If you're concerned about automatically formatting non-standard markdown, then perhaps this could be something that's turned off by default, which can be enabled within the bundle settings.
I understand someone made a request for full github flavoured markdown support #9. If indeed you'd prefer to split this out into a new bundle using markdown as it's base, can I make a vote for that? I think many of these extensions, at least fenced code blocks, are common enough to warrant making it an official bundle.
Perhaps there's an opportunity here to even support the class hinting that fenced code blocks allow, and which is commonly used for code highlighting. So if someone marks a fenced code block with the ruby class hint, then Markdown can render the content of that code block using the grammer from the ruby bundle. That'd be pretty awesome.
Thoughts?