From d1b50a6c5d3b5a563f15a9a1db05f62d077efecf Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 28 Feb 2017 10:32:11 +0100 Subject: RST reader: implemented implicit internal header links. Cloess #3475. --- test/command/3475.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 test/command/3475.md (limited to 'test/command/3475.md') diff --git a/test/command/3475.md b/test/command/3475.md new file mode 100644 index 000000000..afba4ea3c --- /dev/null +++ b/test/command/3475.md @@ -0,0 +1,45 @@ +RST implicit internal links to headers: + +``` +pandoc -f rst +Years +----- + +Years_ +^D +

Years

+

Years

+``` + +``` +pandoc -f rst +Years_ + +Years +----- +^D +

Years

+

Years

+``` + +``` +pandoc -f rst +Years and years +--------------- + +`Years and years`_ +^D +

Years and years

+

Years and years

+``` + +``` +pandoc -f rst +Years and *years* +----------------- + +`Years and years`_ +^D +

Years and years

+

Years and years

+``` -- cgit v1.2.3