From 2314534d4da815fa23f622d43a8d7a2c8902ee8e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 27 Sep 2017 20:42:04 -0700 Subject: RST writer: add header anchors when header has non-standard id. Closes #3937. --- test/command/3937.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/command/3937.md (limited to 'test/command') diff --git a/test/command/3937.md b/test/command/3937.md new file mode 100644 index 000000000..1d5e4238a --- /dev/null +++ b/test/command/3937.md @@ -0,0 +1,13 @@ +``` +% pandoc -t rst +# My Great Section {#mysection} +# Other section +^D +.. mysection: + +My Great Section +================ + +Other section +============= +``` -- cgit v1.2.3