Ajout dynamique des evenements - Il manque le frontend

This commit is contained in:
raida 2019-06-01 00:16:54 +02:00
parent adfb69dbf9
commit c35ed68d0a
5 changed files with 193 additions and 4 deletions

View file

@ -0,0 +1,24 @@
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

@ -0,0 +1,33 @@
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

@ -0,0 +1,37 @@
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.