mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Fix whitespace errors
This commit is contained in:
1
tests/commonmark/324-Code_spans.html
Normal file
1
tests/commonmark/324-Code_spans.html
Normal file
@@ -0,0 +1 @@
|
||||
<p><code>foo bar baz</code></p>
|
||||
5
tests/commonmark/324-Code_spans.md
Normal file
5
tests/commonmark/324-Code_spans.md
Normal file
@@ -0,0 +1,5 @@
|
||||
``
|
||||
foo
|
||||
bar
|
||||
baz
|
||||
``
|
||||
1
tests/commonmark/326-Code_spans.html
Normal file
1
tests/commonmark/326-Code_spans.html
Normal file
@@ -0,0 +1 @@
|
||||
<p><code>foo bar baz</code></p>
|
||||
2
tests/commonmark/326-Code_spans.md
Normal file
2
tests/commonmark/326-Code_spans.md
Normal file
@@ -0,0 +1,2 @@
|
||||
`foo bar
|
||||
baz`
|
||||
1
tests/commonmark/621-Hard_line_breaks.html
Normal file
1
tests/commonmark/621-Hard_line_breaks.html
Normal file
@@ -0,0 +1 @@
|
||||
<p><code>code span</code></p>
|
||||
2
tests/commonmark/621-Hard_line_breaks.md
Normal file
2
tests/commonmark/621-Hard_line_breaks.md
Normal file
@@ -0,0 +1,2 @@
|
||||
`code
|
||||
span`
|
||||
Reference in New Issue
Block a user