Suppression des markdowns tests

This commit is contained in:
raida 2019-06-12 13:47:06 +02:00
parent cf9246af64
commit 750fa09b1c
3 changed files with 0 additions and 94 deletions

View file

@ -1,24 +0,0 @@
Heading Test 3
==============
A [link][example].
[example]: http://example.com
A [link][example].
[example]: http://example.com
A [link][example].
[example]: http://example.com
A [link][example].
[example]: http://example.com
A [link][example].
[example]: http://example.com
A [link][example].
[example]: http://example.com
A [link][example].
[example]: http://example.com

View file

@ -1,33 +0,0 @@
Heading
=======
## Sub-heading
Paragraphs are separated
by a blank line.
Two spaces at the end of a line
produces a line break.
Text attributes _italic_,
**bold**, `monospace`.
Horizontal rule:
---
Bullet list:
* apples
* oranges
* pears
Numbered list:
1. wash
2. rinse
3. repeat
> Markdown uses email-style > characters for blockquoting.
Inline <abbr title="Hypertext Markup Language">HTML</abbr> is supported.

View file

@ -1,37 +0,0 @@
Heading Test 2
==============
## Sub-heading
Paragraphs are separated
by a blank line.
Two spaces at the end of a line
produces a line break.
Text attributes _italic_,
**bold**, `monospace`.
Horizontal rule:
---
Bullet list:
* apples
* oranges
* pears
Numbered list:
1. wash
2. rinse
3. repeat
A [link][example].
[example]: http://example.com
> Markdown uses email-style > characters for blockquoting.
Inline <abbr title="Hypertext Markup Language">HTML</abbr> is supported.