From 33a29fbf8720c0d7eec40b7014e3f819b05474ef Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 27 Jun 2017 15:03:16 +0200 Subject: RST reader: support anchors. E.g. `hello` .. _hello: paragraph This is supported by putting "paragraph" in a Div with id `hello`. Closes #262. --- test/command/262.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'test/command') diff --git a/test/command/262.md b/test/command/262.md index e23e2d866..bda2acb35 100644 --- a/test/command/262.md +++ b/test/command/262.md @@ -7,3 +7,20 @@ ^D

hello and goodbye

``` + +``` +% pandoc -f rst +`hello`_ `goodbye`_ + +.. _hello: +.. _goodbye: + +paragraph +^D +

hello goodbye

+
+
+

paragraph

+
+
+``` -- cgit v1.2.3