Changements pour n'avoir qu'à push le markdown pour générer automatiquement le HTML

This commit is contained in:
Roland Godet 2019-08-11 18:53:55 +02:00
parent 6419ee993b
commit 1caecb9fd5
842 changed files with 169062 additions and 3240 deletions

View file

@ -0,0 +1,37 @@
Heading 1
=========
## 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
An [example](http://example.com)
> Markdown uses email-style > characters for blockquoting.
Inline <abbr title="Hypertext Markup Language">HTML</abbr> is supported.
![Logo d'Aurore](images/img.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View file

@ -0,0 +1,37 @@
Heading 1
=========
## 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
An [example](http://example.com)
> Markdown uses email-style > characters for blockquoting.
Inline <abbr title="Hypertext Markup Language">HTML</abbr> is supported.
![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)

View file

@ -0,0 +1,37 @@
Heading 1
=========
## 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
An [example](http://example.com)
> Markdown uses email-style > characters for blockquoting.
Inline <abbr title="Hypertext Markup Language">HTML</abbr> is supported.
![Logo d'Aurore](images/img.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB