From 56e097385f2f1b6ff3d2ecaf980ed68fd6855871 Mon Sep 17 00:00:00 2001 From: Mindiell Date: Tue, 11 Jul 2023 19:05:46 +0200 Subject: [PATCH] hop --- static/css/style.css | 1 + toto.md | 162 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 163 insertions(+) create mode 100644 static/css/style.css diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..843de29 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1 @@ +body{background-color:#ddd} diff --git a/toto.md b/toto.md index 5fc7b6a..c7d20b9 100644 --- a/toto.md +++ b/toto.md @@ -1,3 +1,165 @@ +--- +title: my title +author: my name +date: today +--- + +% title +% author(s) (separated by semicolons) +% date + # Premier test Ceci est un __test__ + +Aller directement au [Heading IDs](#custom-id) + +t + +Visit [Daring Fireball][] for more information. + +footnote [1][]. + +t + +I get 10 times more traffic from [Google][] than from +[Yahoo][] or [MSN][]. + +t + +H~2~O + +t + +t + +> :warning: **Warning:** Do not push the big red button. + +> :memo: **Note:** Sunrises are beautiful. + +> :bulb: **Tip:** Remember to appreciate the little things in life. + + +Copyright (©) — © + +Registered trademark (®) — ® + +Trademark (™) — ™ + +Euro (€) — € + +Left arrow (←) — ← + +Up arrow (↑) — ↑ + +Right arrow (→) — → + +Down arrow (↓) — ↓ + +Degree (°) — ° + +Pi (π) — π + +| Syntax | Description | +| ----------- | ----------- | +| Header | Title | +| Paragraph | Text | + + +- [x] Write the press release +- [ ] Update the website +- [ ] Contact the media + + +| Syntax | Description | +| ----------- | ----------- | +| Header | Title | +| Paragraph | First paragraph.

Second paragraph. | + + +X^2^ + +http://www.example.com + +`http://www.example.com` + + http://www.example.com + +    This is the first sentence of my indented paragraph. + +
This text is centered.
+ +[This is a comment that will be hidden.]: # + +t + +t + +Here's a ==simple== footnote,[^1] [] and here's a longer one.[^bignote] [] + +t + +t + +t + +t + +t + +t + +t + +t + +t + +t + +t + +t + +t + +t + +t + +t + +t + +t + +t + + + +### My Great Heading {#custom-id} + + + + +* * * + + +[1]: first footnote. + +[^1]: This is the first footnote. + +[^bignote]: Here's one with multiple paragraphs and code. + + Indent paragraphs to include them in the footnote. + + `{ my code }` + + Add as many paragraphs as you like. + +[Daring Fireball]: http://daringfireball.net/ + +[google]: http://google.com/ "Google" +[yahoo]: http://search.yahoo.com/ "Yahoo Search" +[msn]: http://search.msn.com/ "MSN Search" +