-
Notifications
You must be signed in to change notification settings - Fork 70
Unsupported Discount Extensions
David Foster edited this page May 28, 2013
·
1 revision
Most Discount extensions are supported by RDiscount. Here are the ones that aren't and the reason why.
Flag | Official Documentation | Reason Unsupported |
---|---|---|
MKD_TAGTEXT | Process text inside an html tag; no <em>, no <bold>, no html or [] expansion | Unclear official documentation. |
MKD_CDATA | Generate code for xml ![CDATA[...]] | I'm not convinced this is useful. File an issue if you disagree. |
MKD_NORELAXED | Emphasis happens everywhere | Unclear official documentation. |
MKD_1_COMPAT | Compatability with MarkdownTest_1.0 | I'm not convinced this is useful. File an issue if you disagree. |
MKD_NODIVQUOTE | Forbid >%class% blocks | Unclear official documentation. |
MKD_NOALPHALIST | Forbid alphabetic lists | I'm not convinced this is useful. File an issue if you disagree. |
MKD_NODLIST | Forbid definition lists | I'm not convinced this is useful. File an issue if you disagree. |
MKD_NOSTYLE | n/a | Not officially documented. |