Comment

Use %% to enclose comments, which will be parsed as Markdown, but will not show up in the preview.

1
2
3
4
5
6
7
Here is some inline comments: %%You can't see this text%% (Can't see it)

Here is a block comment:
%%
It can span
multiple lines
%%

Here is some inline comments: %%You can't see this text%% (can't see it in preview)

Here is a block comment: (can't see it in preview either)
%%
It can span
multiple lines
%%


Last update: 2023-03-24
Authors: Christian Plonka