ext/mkdio.h in patcito-rdiscount-1.6.8 vs ext/mkdio.h in patcito-rdiscount-1.6.9

- old
+ new

@@ -89,10 +89,10 @@ #define MKD_NOHEADER 0x00010000 /* don't process header blocks */ #define MKD_TABSTOP 0x00020000 /* expand tabs to 4 spaces */ #define MKD_NODIVQUOTE 0x00040000 /* forbid >%class% blocks */ #define MKD_NOALPHALIST 0x00080000 /* forbid alphabetic lists */ #define MKD_NODLIST 0x00100000 /* forbid definition lists */ -#define MKD_PROTECTMATH 0x00200000 /* forbid definition lists */ +#define MKD_PROTECTMATH 0x00200000 /* treat dollar signs as math */ #define MKD_EMBED MKD_NOLINKS|MKD_NOIMAGE|MKD_TAGTEXT /* special flags for mkd_in() and mkd_string() */