mirror of
https://github.com/ivanhanloth/Obsidian-Article-Navigator.git
synced 2026-07-22 07:24:45 +00:00
543 B
543 B
Use %% to enclose comments, which will be parsed as Markdown, but will not show up in the preview.
Here is an inline comment: %%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
%%
Here is an inline comment: %%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 %%
Note
For ease of editing, comments remain visible in the Live Preview mode.