From 1fe97422630d4aa5644d55b0b3b41b0978b7fea0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 20 Oct 2019 22:49:04 -0700 Subject: Changes to build with new doctemplates/doclayout. The new version of doctemplates adds many features to pandoc's templating system, while remaining backwards-compatible. New features include partials and filters. Using template filters, one can lay out data in enumerated lists and tables. Templates are now layout-sensitive: so, for example, if a text with soft line breaks is interpolated near the end of a line, the text will break and wrap naturally. This makes the templating system much more suitable for programatically generating markdown or other plain-text files from metadata. --- test/writer.textile | 1 - 1 file changed, 1 deletion(-) (limited to 'test/writer.textile') diff --git a/test/writer.textile b/test/writer.textile index 40a47b8f0..b184506b6 100644 --- a/test/writer.textile +++ b/test/writer.textile @@ -717,4 +717,3 @@ fn4. In quote. fn5. In list. - -- cgit v1.2.3