obsidian-sandbox-vault/Formatting/Comment.md

19 lines
438 B
Markdown
Raw Permalink Normal View History

2023-11-10 05:41:54 +00:00
Use `%%` to enclose comments, which will be parsed as Markdown, but will not show up in the preview.
```md
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
%%