aboutsummaryrefslogtreecommitdiff
path: root/test/man-reader.man
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-10-21 22:00:08 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-21 22:00:50 -0700
commit382763a7db3f886a598f87b770e9923a2c8b4454 (patch)
treec8d97c062c81efa65a17874d90bff04382267f3d /test/man-reader.man
parent00f1f4a220f870046ca4d257baf0e8f8e0e221e0 (diff)
downloadpandoc-382763a7db3f886a598f87b770e9923a2c8b4454.tar.gz
Man reader: support .ds, .ds1; also fix macro arguments.
Closes #4997.
Diffstat (limited to 'test/man-reader.man')
-rw-r--r--test/man-reader.man4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/man-reader.man b/test/man-reader.man
index 1ff714c14..b633e1e1c 100644
--- a/test/man-reader.man
+++ b/test/man-reader.man
@@ -214,8 +214,10 @@ Me Myself
..
.de auth !!
.I
-The author is \$1.
+The author is \\$1.
.!!
.au
and I.
.auth "John Jones"
+.ds me The \f[B]Author\f[R]
+It's \*(me.