[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.11 and 1.12

version 1.11, 2017/03/08 17:40:55 version 1.12, 2017/03/08 17:51:58
Line 535  md_word(const char *s)
Line 535  md_word(const char *s)
                         bs = escflags & ESC_HYP && !code_blocks;                          bs = escflags & ESC_HYP && !code_blocks;
                         break;                          break;
                 case ')':                  case ')':
                         bs = escflags & ESC_PAR && !code_blocks;                          bs = escflags & (ESC_NUM | ESC_PAR) && !code_blocks;
                         break;                          break;
                 case '*':                  case '*':
                 case '[':                  case '[':

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb