From b4b4e32307499aafa2e6c1c713ee41f1c787ea76 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 15 Dec 2020 23:45:34 -0800 Subject: Properly handle boolean values in writing YAML metadata. (Markdown writer.) This requires doctemplates >= 0.9. Closes #6388. --- test/command/6388.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/command/6388.md (limited to 'test/command') diff --git a/test/command/6388.md b/test/command/6388.md new file mode 100644 index 000000000..29a9156d7 --- /dev/null +++ b/test/command/6388.md @@ -0,0 +1,16 @@ +``` +% pandoc -t markdown -s +--- +nvalue: false +value: true +--- + +text +^D +--- +nvalue: false +value: true +--- + +text +``` -- cgit v1.2.3