From ef4f5143593d24f426c830006b77b7c0e837b9de Mon Sep 17 00:00:00 2001 From: Leonard Rosenthol Date: Thu, 10 Sep 2020 12:40:35 -0400 Subject: Implement support for internal document links in ICML (#6606) Closes #5541. --- test/writer.icml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'test/writer.icml') diff --git a/test/writer.icml b/test/writer.icml index 5c0b1813d..fa3e78fbf 100644 --- a/test/writer.icml +++ b/test/writer.icml @@ -444,16 +444,19 @@
+ Headers
+ Level 2 with an @@ -461,42 +464,50 @@
+ Level 3 with + emphasis
+ Level 4
+ Level 5
+ Level 1
+ Level 2 with + emphasis
+ Level 3 @@ -509,6 +520,7 @@
+ Level 2 @@ -521,6 +533,7 @@
+ Paragraphs @@ -557,6 +570,7 @@
+ Block Quotes @@ -637,6 +651,7 @@
+ Code Blocks @@ -675,12 +690,14 @@ These should not be escaped: \$ \\ \> \[ \{
+ Lists
+ Unordered @@ -831,6 +848,7 @@ These should not be escaped: \$ \\ \> \[ \{
+ Ordered @@ -963,6 +981,7 @@ These should not be escaped: \$ \\ \> \[ \{
+ Nested @@ -1071,6 +1090,7 @@ These should not be escaped: \$ \\ \> \[ \{
+ Tabs and spaces @@ -1101,6 +1121,7 @@ These should not be escaped: \$ \\ \> \[ \{
+ Fancy list markers @@ -1221,6 +1242,7 @@ These should not be escaped: \$ \\ \> \[ \{
+ Definition Lists @@ -1533,6 +1555,7 @@ These should not be escaped: \$ \\ \> \[ \{
+ HTML Blocks @@ -1691,6 +1714,7 @@ These should not be escaped: \$ \\ \> \[ \{
+ Inline Markup @@ -1885,6 +1909,7 @@ These should not be escaped: \$ \\ \> \[ \{
+ Smart quotes, ellipses, dashes @@ -2019,6 +2044,7 @@ These should not be escaped: \$ \\ \> \[ \{
+ LaTeX @@ -2198,6 +2224,7 @@ These should not be escaped: \$ \\ \> \[ \{
+ Special Characters @@ -2366,12 +2393,14 @@ These should not be escaped: \$ \\ \> \[ \{
+ Links
+ Explicit @@ -2468,6 +2497,7 @@ These should not be escaped: \$ \\ \> \[ \{
+ Reference @@ -2595,6 +2625,7 @@ These should not be escaped: \$ \\ \> \[ \{
+ With ampersands @@ -2657,6 +2688,7 @@ These should not be escaped: \$ \\ \> \[ \{
+ Autolinks @@ -2731,6 +2763,7 @@ These should not be escaped: \$ \\ \> \[ \{
+ Images @@ -2815,6 +2848,7 @@ These should not be escaped: \$ \\ \> \[ \{
+ Footnotes -- cgit v1.2.3