diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-11-07 15:27:02 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-11-07 15:27:02 -0800 |
commit | 65ca95eeea0acafeda46ece1d99c62008b20dcfc (patch) | |
tree | daa2231a49be9ce7b87fa1c5ad662e41e853a102 /test/writer.texinfo | |
parent | ff55530c038e954d6736984a31032b21162d1812 (diff) | |
download | pandoc-65ca95eeea0acafeda46ece1d99c62008b20dcfc.tar.gz |
Texinfo writer: add blank line before `@menu` section.
Closes #5055.
Diffstat (limited to 'test/writer.texinfo')
-rw-r--r-- | test/writer.texinfo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/writer.texinfo b/test/writer.texinfo index ebc0447ee..b55945751 100644 --- a/test/writer.texinfo +++ b/test/writer.texinfo @@ -27,6 +27,7 @@ markdown test suite. @ifnottex ------------------------------------------------------------------------ @end ifnottex + @menu * Headers:: * Level 1:: @@ -48,6 +49,7 @@ markdown test suite. @node Headers @chapter Headers @anchor{#headers} + @menu * Level 2 with an embedded link:: @end menu @@ -55,6 +57,7 @@ markdown test suite. @node Level 2 with an embedded link @section Level 2 with an @uref{/url,embedded link} @anchor{#level-2-with-an-embedded-link} + @menu * Level 3 with emphasis:: @end menu @@ -62,6 +65,7 @@ markdown test suite. @node Level 3 with emphasis @subsection Level 3 with @emph{emphasis} @anchor{#level-3-with-emphasis} + @menu * Level 4:: @end menu @@ -74,6 +78,7 @@ Level 5 @node Level 1 @chapter Level 1 @anchor{#level-1} + @menu * Level 2 with emphasis:: * Level 2:: @@ -82,6 +87,7 @@ Level 5 @node Level 2 with emphasis @section Level 2 with @emph{emphasis} @anchor{#level-2-with-emphasis} + @menu * Level 3:: @end menu @@ -203,6 +209,7 @@ These should not be escaped: \$ \\ \> \[ \{ @node Lists @chapter Lists @anchor{#lists} + @menu * Unordered:: * Ordered:: @@ -886,6 +893,7 @@ Minus: - @node Links @chapter Links @anchor{#links} + @menu * Explicit:: * Reference:: |