mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore: add newline at end of test files
This commit is contained in:
parent
fea64bdd3c
commit
d3ebbc128e
|
@ -8,4 +8,4 @@ This is [a fourth][4] reference-style link.
|
|||
[foo]: http://example.com/ (Optional Title Here)
|
||||
[bar]: http://example.com/ (Optional Title Here)
|
||||
[4]: <http://example.com/>
|
||||
"Optional Title Here"
|
||||
"Optional Title Here"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
|
||||
<http://example.com/>
|
||||
<http://example.com/>
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
>
|
||||
> Here's some example code:
|
||||
>
|
||||
> return shell_exec("echo $input | $markdown_script");
|
||||
> return shell_exec("echo $input | $markdown_script");
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
> This is a multi line blockquote test
|
||||
>
|
||||
> With more than one line.
|
||||
> With more than one line.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
This is some HTML:
|
||||
|
||||
<h1>Heading</h1>
|
||||
<h1>Heading</h1>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
This is a normal paragraph:
|
||||
|
||||
This is a code block.
|
||||
This is a code block.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
* Bird
|
||||
|
||||
* Magic
|
||||
* Magic
|
||||
|
|
|
@ -29,4 +29,4 @@ These should all be escaped:
|
|||
|
||||
\.
|
||||
|
||||
\!
|
||||
\!
|
||||
|
|
|
@ -4,4 +4,4 @@ function MyFunc(a) {
|
|||
}
|
||||
```
|
||||
|
||||
That is some code!
|
||||
That is some code!
|
||||
|
|
|
@ -11,4 +11,4 @@ And some HTML
|
|||
|
||||
```html
|
||||
<div>HTML!</div>
|
||||
```
|
||||
```
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
```
|
||||
code can go here
|
||||
this is rendered on a second line
|
||||
```
|
||||
```
|
||||
|
|
|
@ -1 +1 @@
|
|||
# This is an H1 #
|
||||
# This is an H1 #
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
This is an H1
|
||||
=============
|
||||
=============
|
||||
|
|
|
@ -1 +1 @@
|
|||
# This is an H1
|
||||
# This is an H1
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
This is an H2
|
||||
-------------
|
||||
-------------
|
||||
|
|
|
@ -1 +1 @@
|
|||
## This is an H2 ##
|
||||
## This is an H2 ##
|
||||
|
|
|
@ -1 +1 @@
|
|||
## This is an H2
|
||||
## This is an H2
|
||||
|
|
|
@ -1 +1 @@
|
|||
### This is an H3 ###
|
||||
### This is an H3 ###
|
||||
|
|
|
@ -1 +1 @@
|
|||
### This is an H3
|
||||
### This is an H3
|
||||
|
|
|
@ -1 +1 @@
|
|||
#### This is an H4
|
||||
#### This is an H4
|
||||
|
|
|
@ -1 +1 @@
|
|||
##### This is an H5
|
||||
##### This is an H5
|
||||
|
|
|
@ -1 +1 @@
|
|||
###### This is an H6
|
||||
###### This is an H6
|
||||
|
|
|
@ -66,4 +66,4 @@ the end
|
|||
<h2>Secondary title</h2>
|
||||
</hgroup>
|
||||
|
||||
<output name="result"></output>
|
||||
<output name="result"></output>
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
|
||||
![Alt text][id]
|
||||
|
||||
[id]: url/to/image "Optional title attribute"
|
||||
[id]: url/to/image "Optional title attribute"
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
Search the web at [Google][] or [Daring Fireball][].
|
||||
|
||||
[Google]: http://google.com/
|
||||
[Daring Fireball]: http://daringfireball.net/
|
||||
[Daring Fireball]: http://daringfireball.net/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
This is [an example](http://example.com/ "Title") inline link.
|
||||
|
||||
[This link](http://example.net/) has no title attribute.
|
||||
[This link](http://example.net/) has no title attribute.
|
||||
|
|
|
@ -9,4 +9,4 @@ A backtick-delimited string in a code span: `` `foo` ``
|
|||
|
||||
Please don't use any `<blink>` tags.
|
||||
|
||||
`—` is the decimal-encoded equivalent of `—`.
|
||||
`—` is the decimal-encoded equivalent of `—`.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
Hello.this\_is\_a\_variable
|
||||
and.this.is.another_one
|
||||
and.this.is.another_one
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
p { line-height: 20px; }
|
||||
</style>
|
||||
|
||||
An exciting sentence.
|
||||
An exciting sentence.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
> This is a multi line blockquote test
|
||||
|
||||
> With more than one line.
|
||||
> With more than one line.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<a href="foo">some text</a> words
|
||||
|
||||
<br> words
|
||||
<br> words
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
> some text in a blockquote
|
||||
|
||||
* another list item 1
|
||||
* another list item 2
|
||||
* another list item 2
|
||||
|
|
|
@ -10,4 +10,4 @@ and some other line of code
|
|||
```
|
||||
|
||||
* another list item 1
|
||||
* another list item 2
|
||||
* another list item 2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
* A list item with a blockquote:
|
||||
|
||||
> This is a blockquote
|
||||
> inside a list item.
|
||||
> inside a list item.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
* A list item with code:
|
||||
|
||||
alert('Hello world!');
|
||||
alert('Hello world!');
|
||||
|
|
|
@ -6,4 +6,4 @@ some <code>inline **code** block</code>
|
|||
|
||||
yo dawg <code start="true">some <code start="false">code</code> inception</code>
|
||||
|
||||
<div>some **div** yeah</div>
|
||||
<div>some **div** yeah</div>
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
|
||||
That contains multiple paragraphs.
|
||||
|
||||
2. And another line
|
||||
2. And another line
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
- This line spans
|
||||
more than one line and is lazy
|
||||
- Similar to this line
|
||||
- Similar to this line
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
>
|
||||
> > And nesting!
|
||||
>
|
||||
> With more than one line.
|
||||
> With more than one line.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
1. Red
|
||||
1. Green
|
||||
1. Blue
|
||||
1. Blue
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
8. Red
|
||||
1. Green
|
||||
3. Blue
|
||||
3. Blue
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
1. Red
|
||||
2. Green
|
||||
3. Blue
|
||||
3. Blue
|
||||
|
|
|
@ -5,4 +5,3 @@ code inception
|
|||
<div>some html code inside code html tags inside a fenced code block</div>
|
||||
</code></pre>
|
||||
```
|
||||
|
||||
|
|
|
@ -14,4 +14,3 @@ foobar
|
|||
<pre><code>
|
||||
<div>some html code</div>
|
||||
</code></pre>
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
|
||||
See my [About](/about/) page for details.
|
||||
See my [About](/about/) page for details.
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
|
||||
Hello, world!
|
||||
Hello, world!
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
|
||||
__important__
|
||||
|
||||
really **freaking**strong
|
||||
really **freaking**strong
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
* Red
|
||||
* Green
|
||||
* Blue
|
||||
* Blue
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
- Red
|
||||
- Green
|
||||
- Blue
|
||||
- Blue
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
+ Red
|
||||
+ Green
|
||||
+ Blue
|
||||
+ Blue
|
||||
|
|
Loading…
Reference in New Issue
Block a user