Skip to content

Commit

Permalink
fix(markup): Add extra newline in markdown mode
Browse files Browse the repository at this point in the history
Compatible with real markdown standards
  • Loading branch information
vEnhance committed Oct 4, 2024
1 parent 4133a5e commit ff21f2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controller/markup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ def main(self: object, argv: list[str]):
view.out(header)
if opts.discord is True:
view.out(r"```latex")
else:
view.out("")
view.out(
statement if opts.preserve is True else strparse.demacro(statement)
)
Expand Down

0 comments on commit ff21f2c

Please sign in to comment.