add pipe_tables to default postprocessor
This commit is contained in:
parent
b3904e0689
commit
d4f7bb6ac5
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue