maaslalani / slides

Terminal based presentation tool
http://maaslalani.com/slides/
MIT License
10.08k stars 278 forks source link

Output from preprocessed commands gets squashed #239

Closed wbehrens-on-gh closed 1 year ago

wbehrens-on-gh commented 1 year ago

Describe the bug A clear and concise description of what the bug is. If have a line like

~~~graph-easy
[a]->[b]
~~~

The output when displayed is forced all on one line.

Desktop:

maaslalani commented 1 year ago

Please try wrapping the pre-process in code blocks to preserve whitespace / new lines.

[ A ] -> [ B ]
wbehrens-on-gh commented 1 year ago

That fixed the issue.