[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.32 and 1.33

version 1.32, 2020/01/19 18:02:00 version 1.33, 2020/02/20 00:29:16
Line 226  static const struct md_act md_acts[MDOC_MAX - MDOC_Dd]
Line 226  static const struct md_act md_acts[MDOC_MAX - MDOC_Dd]
         { NULL, NULL, md_post_pc, NULL, NULL }, /* %Q */          { NULL, NULL, md_post_pc, NULL, NULL }, /* %Q */
         { NULL, md_pre_Lk, md_post_pc, NULL, NULL }, /* %U */          { NULL, md_pre_Lk, md_post_pc, NULL, NULL }, /* %U */
         { NULL, NULL, NULL, NULL, NULL }, /* Ta */          { NULL, NULL, NULL, NULL, NULL }, /* Ta */
         { NULL, NULL, NULL, NULL, NULL }, /* Tg */          { NULL, md_pre_skip, NULL, NULL, NULL }, /* Tg */
 };  };
 static const struct md_act *md_act(enum roff_tok);  static const struct md_act *md_act(enum roff_tok);
   

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

CVSweb