From d4f7bb6ac51ba2daad06cf52fd691c679ee3a9ad Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sat, 18 Apr 2020 12:37:45 +0200 Subject: [PATCH] add pipe_tables to default postprocessor --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 118e391..fc60926 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ max_age = 30 datetime_format = '%d.%m.%Y %H:%M' # Postprocessing command of the articles. The article is written to stdin in HTML format and read from stdout. -postprocessor = 'pandoc -f html -t markdown_strict-raw_html --reference-links --reference-location=document' +postprocessor = 'pandoc -f html -t markdown_strict-raw_html+pipe_tables --reference-links --reference-location=document' # Fileending for the article files. fileending = 'md'