forked from jgm/lunamark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename \markdownOptionStripPercentSign -> \...s
Test \markdownOptionStripPercentSign by adding markdown to documentation Closes jgm#26
- Loading branch information
Showing
5 changed files
with
27 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
$pdflatex = 'pdflatex --shell-escape %O %S'; | ||
$pdf_mode = 1; | ||
$postscript_mode = 0; | ||
$dvi_mode = 0; |
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
4 changes: 2 additions & 2 deletions
4
...amark-markdown/no-strip-percent-sign.test → ...mark-markdown/no-strip-percent-signs.test
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,10 +1,10 @@ | ||
<<< | ||
This test ensures that the plain TeX `stripPercentSign` option is disabled by | ||
This test ensures that the plain TeX `stripPercentSigns` option is disabled by | ||
default. | ||
|
||
The following emphasized text *should contain the percent sign at the | ||
% beginning of the line*. | ||
>>> | ||
codeSpan: stripPercentSign | ||
codeSpan: stripPercentSigns | ||
interblockSeparator | ||
emphasis: should contain the percent sign at the (percentSign) beginning of the line |