summaryrefslogtreecommitdiff
path: root/tests/markdown-reader-more.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/markdown-reader-more.txt')
-rw-r--r--tests/markdown-reader-more.txt25
1 files changed, 24 insertions, 1 deletions
diff --git a/tests/markdown-reader-more.txt b/tests/markdown-reader-more.txt
index 29e210088..258002b8a 100644
--- a/tests/markdown-reader-more.txt
+++ b/tests/markdown-reader-more.txt
@@ -31,7 +31,8 @@
## URLs with spaces
[foo](/bar and baz)
-[foo](/bar and baz )
+[foo](/bar
+ and baz )
[foo]( /bar and baz )
[foo](bar baz "title" )
@@ -100,3 +101,25 @@ Explanation of examples (@foo) and (@bar).
(@bar) Third example.
+## Macros
+
+\newcommand{\tuple}[1]{\langle #1 \rangle}
+
+$\tuple{x,y}$
+
+## Case-insensitive references
+
+[Fum]
+
+[FUM]
+
+[bat]
+
+[fum]: /fum
+[BAT]: /bat
+
+## Curly smart quotes
+
+“Hi”
+
+‘Hi’