forked from jgm/lunamark
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow the escaping of comments with the stripComments Lua option
- Loading branch information
Showing
3 changed files
with
20 additions
and
13 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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
<<< | ||
This test ensures that the Lua `stripComments` option is disabled by default. | ||
The following *emphasi% this is a comment | ||
zed text* should be interrupted. | ||
zed text* should be interrupted and this *emphasi\% another one | ||
zed text* should also be interrupted. | ||
>>> | ||
codeSpan: stripComments | ||
emphasis: emphasi(percentSign) this is a comment zed text | ||
emphasis: emphasi(backslash)(percentSign) another one zed text |
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