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

version 1.30, 2018/12/30 00:49:55 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);
   
Line 1290  md_post_It(struct roff_node *n)
Line 1291  md_post_It(struct roff_node *n)
                 while ((n = n->prev) != NULL && n->type != ROFFT_HEAD)                  while ((n = n->prev) != NULL && n->type != ROFFT_HEAD)
                         i++;                          i++;
   
                 /*                  /*
                  * If a width was specified for this column,                   * If a width was specified for this column,
                  * subtract what printed, and                   * subtract what printed, and
                  * add the same spacing as in mdoc_term.c.                   * add the same spacing as in mdoc_term.c.

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

CVSweb