bennyboer / thaw

Hierarchical organizable and versionable document tool with export to PDF
MIT License
4 stars 1 forks source link

Code block problems with empty lines when typing code directly #30

Closed bennyboer closed 4 years ago

bennyboer commented 4 years ago

When typing code directly such as:

#CODE, '
# Headline

This is some text with emphasis applied **here**, *here* and _here_.
Even combining emphasis is allowed ***_in this example_***.
', language=java, style=manni#

it will not work and throw an exception. It works without the empty line.