Skip to content

Commit

Permalink
actualize preview & md version
Browse files Browse the repository at this point in the history
  • Loading branch information
kamartem authored May 12, 2022
1 parent b80265c commit 4114a50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sandbox/Formatting/Comment.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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 some inline comments: %%You can't see this text%% (can't see it in preview)

Here is a block comment:
Here is a block comment: (can't see it in preview either)
%%
It can span
multiple lines
Expand All @@ -16,4 +16,4 @@ Here is a block comment: (can't see it in preview either)
%%
It can span
multiple lines
%%
%%

0 comments on commit 4114a50

Please sign in to comment.