-
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
685 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
### `text-escaping` | ||
|
||
This rule can auto-escape certain characters that are input within block and | ||
tag descriptions. | ||
|
||
This rule may be desirable if your text is known not to contain HTML or | ||
Markdown and you therefore do not wish for it to be accidentally interpreted | ||
as such by the likes of Visual Studio Code or if you wish to view it escaped | ||
within it or your documentation. | ||
|
||
#### Options | ||
|
||
##### `escapeHTML` | ||
|
||
This option escapes all `<` and `&` characters (except those followed by | ||
whitespace which are treated as literals by Visual Studio Code). | ||
|
||
##### `escapeMarkdown` | ||
|
||
This option escapes the first backtick (`` ` ``) in a paired sequence. | ||
|
||
||| | ||
|---|---| | ||
|Context|everywhere| | ||
|Tags|``| | ||
|Recommended|false| | ||
|Settings|| | ||
|Options|| | ||
|
||
<!-- assertions textEscaping --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.