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.
Merge pull request #352 from Witiko/feature/highlighted-text
- Loading branch information
Showing
5 changed files
with
223 additions
and
10 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
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,13 @@ | ||
\markdownSetup{mark=true} | ||
<<< | ||
This test ensures that the Lua `mark` option correctly propagates | ||
through the plain TeX interface. | ||
|
||
Some ==highlighted text== and some \==regular text with equal signs==. | ||
>>> | ||
documentBegin | ||
codeSpan: mark | ||
softLineBreak | ||
paragraphSeparator | ||
mark: highlighted text | ||
documentEnd |
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,9 @@ | ||
<<< | ||
This test ensures that the Lua `mark` option is disabled by default. | ||
|
||
Some ==highlighted text== and some \==regular text with equal signs==. | ||
>>> | ||
documentBegin | ||
codeSpan: mark | ||
paragraphSeparator | ||
documentEnd |