From 7191fe1f29f2f8b45f9be7e0f8bc9ed889e431d2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 21 Jul 2017 09:28:11 +0200 Subject: LaTeX reader: handle optional args in raw `\titleformat`. Closes #3804. --- test/command/3804.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/3804.md (limited to 'test/command') diff --git a/test/command/3804.md b/test/command/3804.md new file mode 100644 index 000000000..c13c2ef42 --- /dev/null +++ b/test/command/3804.md @@ -0,0 +1,6 @@ +``` +% pandoc -t native +\titleformat{\chapter}[display]{\normalfont\large\bfseries}{第\thechapter{}章}{20pt}{\Huge} +^D +[RawBlock (Format "latex") "\\titleformat{\\chapter}[display]{\\normalfont\\large\\bfseries}{\31532\\thechapter{}\31456}{20pt}{\\Huge}"] +``` -- cgit v1.2.3