$$Include{docs/siteMacros.textCarver}

# TextCarver Basics

### Comments
TextCarver supports standard double-slash comments:

$$example{}
This line will appear in the document.
&#47;&#47;This line will be commented out.

$$exampleRight{}
This line will appear in the document.

$$endExample{}


### Escaping
You can escape any character using a backslash:

$$example{}
&#47;&#47;This line will be commented out.
&#92;&#47;&#47; This line won’t be commented out.

$$exampleRight{}
&nbsp;
&#92;&#47;&#47; This line won’t be commented out.

$$endExample{}

[Next: Markdown](1cMarkdown.html)
