benweet / stackedit

In-browser Markdown editor
https://stackedit.io/
Apache License 2.0
21.63k stars 2.72k forks source link

Add option for parsing with kramdown #642

Open Daniel-Hug opened 9 years ago

Daniel-Hug commented 9 years ago

Kramdown seems better than showdown. The feature I most want is markdown inside html block elements.

arthurattwell commented 8 years ago

A kramdown option would be fantastic. The feature I rely on most in kramdown is its inline attribute lists, which I mainly use to apply classes to elements. This is extremely powerful when combined with custom CSS.

rsexton404 commented 5 years ago

I'd love to see this feature too. Is there a workaround?

alexgreen commented 5 years ago

PHP Markdown Extra will parse markdown with html tags. https://michelf.ca/projects/php-markdown/extra/#markdown-attr

aschrijver commented 4 years ago

Support would be great. Kramdown is often used with static site generators (like Jekyll) with the downside that non-technical people find it hard to make site updates (i.e. have to learn git, PR's, etc.)