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.
- Loading branch information
Showing
3 changed files
with
169 additions
and
2 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,7 @@ | ||
<<< | ||
This test ensures that the Lua `stripComments` option is disabled by default. | ||
The following *emphasi% this is a comment | ||
zed text* should be interrupted. | ||
>>> | ||
codeSpan: stripComments | ||
emphasis: emphasi(percentSign) this is a comment 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
\def\markdownOptionStripComments{true} | ||
<<< | ||
This test ensures that the Lua `stripComments` option correctly propagates | ||
through the plain TeX interface. The following *emphasi% this is a comment | ||
zed text* should be uninterrupted. | ||
|
||
The following *emphasi% this is a comment | ||
|
||
zed text* should be interrupted. | ||
>>> | ||
codeSpan: stripComments | ||
emphasis: emphasized text | ||
interblockSeparator | ||
interblockSeparator |