Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CentralNic
parsedown
Commits
149b687e
Commit
149b687e
authored
Jan 17, 2014
by
Emanuil Rusev
Browse files
improve tests
parent
98b17e33
Changes
4
Hide whitespace changes
Inline
Side-by-side
tests/data/atx_heading.html
View file @
149b687e
...
...
@@ -4,4 +4,5 @@
<h4>
h4
</h4>
<h5>
h5
</h5>
<h6>
h6
</h6>
<h1>
closed h1
</h1>
\ No newline at end of file
<h1>
closed h1
</h1>
<p>
#
</p>
\ No newline at end of file
tests/data/atx_heading.md
View file @
149b687e
...
...
@@ -10,4 +10,6 @@
###### h6
# closed h1 #
\ No newline at end of file
# closed h1 #
#
\ No newline at end of file
tests/data/tab-indented_code_block.html
0 → 100644
View file @
149b687e
<pre><code>
<
?php
$message = 'Hello World!';
echo $message;
echo "following a blank line";
</code></pre>
\ No newline at end of file
tests/data/tab-indented_code_block.md
0 → 100644
View file @
149b687e
<?php
$message = 'Hello World!';
echo $message;
echo "following a blank line";
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment