Skip to content

Commit

Permalink
Merge pull request #131 from lostenderman/all-html
Browse files Browse the repository at this point in the history
Inline html and html blocks
  • Loading branch information
lostenderman authored Apr 1, 2023
2 parents de1bbb1 + d8a58c0 commit 048d1d6
Show file tree
Hide file tree
Showing 8 changed files with 317 additions and 167 deletions.
461 changes: 312 additions & 149 deletions markdown.dtx

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions tests/support/markdownthemewitiko_markdown_test.sty
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,6 @@
\TABLE{#1}{#2}{#3}},
inlineHtmlComment = {%
\TYPE{inlineHtmlComment: #1}},
blockHtmlCommentBegin = {%
\TYPE{blockHtmlCommentBegin}},
blockHtmlCommentEnd = {%
\TYPE{blockHtmlCommentEnd}},
inlineHtmlTag = {%
\TYPE{inlineHtmlTag: #1}},
inputBlockHtmlElement = {%
Expand Down
4 changes: 0 additions & 4 deletions tests/support/plain-setup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,6 @@
\TABLE{#1}{#2}{#3}}%
\def\markdownRendererInlineHtmlComment#1{%
\TYPE{inlineHtmlComment: #1}}%
\def\markdownRendererBlockHtmlCommentBegin{%
\TYPE{blockHtmlCommentBegin}}%
\def\markdownRendererBlockHtmlCommentEnd{%
\TYPE{blockHtmlCommentEnd}}%
\def\markdownRendererInlineHtmlTag#1{%
\TYPE{inlineHtmlTag: #1}}%
\def\markdownRendererInputBlockHtmlElement#1{%
Expand Down
3 changes: 1 addition & 2 deletions tests/testfiles/CommonMark_0.30/html_blocks/030.test
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
*baz*
>>>
documentBegin
blockHtmlCommentBegin
blockHtmlCommentEnd
inputBlockHtmlElement: ./_markdown_test/de8d24e05988c7a46dfe41128df9973b.verbatim
interblockSeparator
emphasis: baz
documentEnd
3 changes: 1 addition & 2 deletions tests/testfiles/CommonMark_0.30/html_blocks/032.test
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ bar
*okay*
>>>
documentBegin
blockHtmlCommentBegin
blockHtmlCommentEnd
inputBlockHtmlElement: ./_markdown_test/45deef5be185624361649ef06e8fb543.verbatim
interblockSeparator
emphasis: okay
documentEnd
3 changes: 1 addition & 2 deletions tests/testfiles/CommonMark_0.30/html_blocks/036.test
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
<!-- foo -->
>>>
documentBegin
blockHtmlCommentBegin
blockHtmlCommentEnd
inputBlockHtmlElement: ./_markdown_test/88bad6df9853281dca0b84803af9b7e2.verbatim
interblockSeparator
inputVerbatim: ./_markdown_test/0bd4d7739263f98a4f1bf580ac0bf3c1.verbatim
documentEnd
3 changes: 1 addition & 2 deletions tests/testfiles/CommonMark_0.30/lists/008.test
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ emphasis: bar
ulItemEnd
ulEndTight
interblockSeparator
blockHtmlCommentBegin
blockHtmlCommentEnd
inputBlockHtmlElement: ./_markdown_test/bd8768ad057df0a9dda8e50a0507b3ed.verbatim
interblockSeparator
ulBeginTight
ulItem
Expand Down
3 changes: 1 addition & 2 deletions tests/testfiles/CommonMark_0.30/lists/009.test
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ emphasis: foo
ulItemEnd
ulEnd
interblockSeparator
blockHtmlCommentBegin
blockHtmlCommentEnd
inputBlockHtmlElement: ./_markdown_test/bd8768ad057df0a9dda8e50a0507b3ed.verbatim
interblockSeparator
inputVerbatim: ./_markdown_test/57e85d2f0dcbe302e18311cb70501905.verbatim
documentEnd

0 comments on commit 048d1d6

Please sign in to comment.