mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
Add MKD_NOSTYLE to mkdio.h
This commit is contained in:
@@ -105,6 +105,7 @@ void mkd_ref_prefix(MMIOT*, char*);
|
||||
#define MKD_NOALPHALIST 0x00080000 /* forbid alphabetic lists */
|
||||
#define MKD_NODLIST 0x00100000 /* forbid definition lists */
|
||||
#define MKD_EXTRA_FOOTNOTE 0x00200000 /* enable markdown extra-style footnotes */
|
||||
#define MKD_NOSTYLE 0x00400000 /* don't extract <style> blocks */
|
||||
#define MKD_EMBED MKD_NOLINKS|MKD_NOIMAGE|MKD_TAGTEXT
|
||||
|
||||
/* special flags for mkd_in() and mkd_string()
|
||||
|
||||
Reference in New Issue
Block a user