[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.31 and 1.32

version 1.31, 2019/07/01 22:56:24 version 1.32, 2020/01/19 18:02:00
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 */
 };  };
 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.31  
changed lines
  Added in v.1.32

CVSweb