Searched refs:MD_nl (Results 1 – 1 of 1) sorted by relevance
241 #define MD_nl (1 << 3) /* Break markdown code line. */ macro316 outflags &= ~(MD_nl | MD_sp); in md_node()320 outflags |= MD_nl; in md_node()427 } else if (outflags & MD_nl && escflags & ESC_EOL) in md_preword()432 if (outflags & (MD_nl | MD_br | MD_sp)) { in md_preword()439 outflags &= ~(MD_nl | MD_br | MD_sp); in md_preword()765 outflags &= ~(MD_spc | MD_nl); in md_post_raw()790 outflags &= ~(MD_spc | MD_nl); in md_post_word()812 outflags |= MD_nl; in md_post_pc()1024 outflags &= ~(MD_spc | MD_nl); in md_pre_Eo()[all …]