From ee60ba5252360d2efbf9cf30197236a21a15a924 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 13 Dec 2018 11:24:51 -0800 Subject: Man/Ms writers: don't escape `-` as `\-`. For discussion see https://groups.google.com/forum/#!msg/pandoc-discuss/B-oiCXcQOVo/WO-BXVpICAAJ The `\-` gets rendered in HTML and PDF as a unicode minus sign. --- test/writer.man | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'test/writer.man') diff --git a/test/writer.man b/test/writer.man index 4dab58c21..413512c73 100644 --- a/test/writer.man +++ b/test/writer.man @@ -27,7 +27,7 @@ Here\[cq]s a regular paragraph. In Markdown 1.0.0 and earlier. Version 8. This line turns into a list item. -Because a hard\-wrapped line in the middle of a paragraph looked like a list +Because a hard-wrapped line in the middle of a paragraph looked like a list item. .PP Here\[cq]s one with a bullet. @@ -42,7 +42,7 @@ here. * * * * * .SH Block Quotes .PP -E\-mail style: +E-mail style: .RS .PP This is a block quote. @@ -88,7 +88,7 @@ Code: .IP .nf \f[C] -\-\-\-\- (should be four hyphens) +---- (should be four hyphens) sub status { print \[dq]working\[dq]; @@ -454,7 +454,7 @@ Code block: .IP .nf \f[C] - + \f[R] .fi .PP @@ -533,11 +533,11 @@ Ellipses\&...and\&...and\&.... .IP \[bu] 2 223 .IP \[bu] 2 -\f[I]p\f[R]\-Tree +\f[I]p\f[R]-Tree .IP \[bu] 2 Here\[cq]s some display math: .RS -$$\[rs]frac{d}{dx}f(x)=\[rs]lim_{h\[rs]to 0}\[rs]frac{f(x+h)\-f(x)}{h}$$ +$$\[rs]frac{d}{dx}f(x)=\[rs]lim_{h\[rs]to 0}\[rs]frac{f(x+h)-f(x)}{h}$$ .RE .IP \[bu] 2 Here\[cq]s one that has a line break in it: @@ -602,7 +602,7 @@ Left paren: ( .PP Right paren: ) .PP -Greater\-than: > +Greater-than: > .PP Hash: # .PP @@ -612,7 +612,7 @@ Bang: ! .PP Plus: + .PP -Minus: \- +Minus: - .PP * * * * * .SH Links @@ -680,13 +680,13 @@ In a list? .IP \[bu] 2 It should. .PP -An e\-mail address: +An e-mail address: .RS .PP Blockquoted: .RE .PP -Auto\-links should not occur here: \f[C]\f[R] +Auto-links should not occur here: \f[C]\f[R] .IP .nf \f[C] -- cgit v1.2.3