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.
Closes #75
- Loading branch information
Showing
3 changed files
with
180 additions
and
11 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,6 @@ | ||
<<< | ||
This test ensures that the Lua `stripIndent` option is disabled by default. | ||
This indented block should not have its indent stripped and be recognized | ||
as a verbatim code block, not a paragraph of text. | ||
>>> | ||
inputVerbatim: ./_markdown_test/246af0077a2035dc75c94878e91f43ba.verbatim |
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,8 @@ | ||
\def\markdownOptionStripIndent{true} | ||
<<< | ||
This test ensures that the Lua `stripIndent` option correctly propagates | ||
through the plain TeX interface. This indented block should have its indent | ||
stripped and be recognized as a paragraph of text, not a verbatim code | ||
block. | ||
>>> | ||
codeSpan: stripIndent |