diff options
Diffstat (limited to 'build-programs.py')
| -rwxr-xr-x | build-programs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-programs.py b/build-programs.py index fbf04ab..e914e66 100755 --- a/build-programs.py +++ b/build-programs.py @@ -46,7 +46,7 @@ def piece(p): def pandoc(md): return run( - ('pandoc',), + ('pandoc', '--wrap=none'), input=md, capture_output=True, text=True, check=True ).stdout |
