mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add --no-wrap option to pandoc, fixing issue with long links names (another fix for issue #314)
This commit is contained in:
parent
6577efc8f4
commit
9491bb40d4
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ def fields2pelican(fields, out_markup, output_path, dircat=False):
|
|||
|
||||
fp.write(content)
|
||||
|
||||
cmd = 'pandoc --normalize --reference-links --from=html --to={0} -o "{1}" "{2}"'.format(
|
||||
cmd = 'pandoc --normalize --no-wrap --reference-links --from=html --to={0} -o "{1}" "{2}"'.format(
|
||||
out_markup, out_filename, html_filename)
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue