Skip to content

Commit

Permalink
In -tgemini, print newline after blockcode.
Browse files Browse the repository at this point in the history
Reported by [email protected], thanks!
  • Loading branch information
kristapsdz committed Nov 7, 2023
1 parent 8c3d471 commit 7953d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemini.c
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ rndr(struct lowdown_buf *ob, struct lowdown_metaq *mq,
case LOWDOWN_TABLE_BLOCK:
case LOWDOWN_BLOCKCODE:
case LOWDOWN_BLOCKHTML:
if (!HBUF_PUTSL(st->tmp, "```"))
if (!HBUF_PUTSL(st->tmp, "```\n"))
return 0;
if (!rndr_buf(st, ob, n, st->tmp))
return 0;
Expand Down

0 comments on commit 7953d7d

Please sign in to comment.