Home
last modified time | relevance | path

Searched refs:MD_nonl (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/mdocml/dist/
H A Dmdoc_markdown.c235 #define MD_nonl (1 << 2) /* Prevent linebreak in markdown code. */ macro
310 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()