Issues related to the Nest, i.e. this website. The source code for the Nest is not yet public.

#17 markdown rendering: code blocks have an unnecessary trailing newline

Opened by fogti on February 8, 2021
fogti on February 8, 2021

currently, afaik every code block:

a
b
c

has an unnecessary trailing newline:

<code>a
b
c
</code>