From 5809d5bef2de59757fc9cd72c6508b8cfeeae186 Mon Sep 17 00:00:00 2001 From: Mauro Bieg Date: Thu, 12 Jul 2018 19:37:37 +0200 Subject: AsciiDoc Writer: escape square brackets at start of line (#4708) closes #4545 --- test/command/4545.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/command/4545.md (limited to 'test/command') diff --git a/test/command/4545.md b/test/command/4545.md new file mode 100644 index 000000000..e5fc6e244 --- /dev/null +++ b/test/command/4545.md @@ -0,0 +1,20 @@ +``` +% pandoc -t asciidoc +Test 1 + +[my text] + +Test 2 +^D +Test 1 + +{empty}[my text] + +Test 2 +``` +``` +% pandoc -t asciidoc +4\. foo +^D +{empty}4. foo +``` -- cgit v1.2.3