[BACK]Return to mdoc_markdown.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc_markdown.c between version 1.23 and 1.24

version 1.23, 2017/06/14 01:31:26 version 1.24, 2018/04/11 17:11:13
Line 294  md_node(struct roff_node *n)
Line 294  md_node(struct roff_node *n)
         const struct md_act     *act;          const struct md_act     *act;
         int                      cond, process_children;          int                      cond, process_children;
   
         if (n->flags & NODE_NOPRT)          if (n->type == ROFFT_COMMENT || n->flags & NODE_NOPRT)
                 return;                  return;
   
         if (outflags & MD_nonl)          if (outflags & MD_nonl)

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb