From 7163a044a4f9673e38f99c29f2886d42336c283e Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Mon, 12 Oct 2009 03:40:47 +0000 Subject: Fix inline math parser so that \$ is allowed in math. Resolves Issue #169. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1609 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/markdown-reader-more.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/markdown-reader-more.txt') diff --git a/tests/markdown-reader-more.txt b/tests/markdown-reader-more.txt index d2315046f..a7d64dde9 100644 --- a/tests/markdown-reader-more.txt +++ b/tests/markdown-reader-more.txt @@ -47,3 +47,7 @@ ### my header +## $ in math + +$\$2 + \$3$ + -- cgit v1.2.3