Searched refs:MD_nonl (Results 1 – 1 of 1) sorted by relevance
235 #define MD_nonl (1 << 2) /* Prevent linebreak in markdown code. */ macro310 if (outflags & MD_nonl) in md_node()447 outflags &= ~(MD_spc_force | MD_nonl); in md_preword()1232 outflags |= MD_nonl; in md_pre_It()