From a82320ce16eb1731f76ae84a3daa750f82e05953 Mon Sep 17 00:00:00 2001 From: draigercms Date: Tue, 9 Sep 2025 19:49:03 +0200 Subject: [PATCH] Upload files to "blog/blog/markdown" --- blog/blog/markdown/index.html | 160 ++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 blog/blog/markdown/index.html diff --git a/blog/blog/markdown/index.html b/blog/blog/markdown/index.html new file mode 100644 index 0000000..d63a0dd --- /dev/null +++ b/blog/blog/markdown/index.html @@ -0,0 +1,160 @@ + + + + + + + DraigerCMS | Markdown example + + + + + + + + + + + + + + + + + +
+ ← Home +
+ + +
+

Markdown example

+ +

+ 30 July, 2021 + + + + + + + + + + + + + - Categories: + + + intro + + + + + - Tags: + + + markdown, + + + syntax + + +

+ +
+

This post is a markdown example.

+

Here is a link.

+

Some italic text and bold text and strikethrough text and inline code. 1

+
// Here is a code block
+
+fn main() {
+    println!("Hello world!");
+}
+
+

Unordered list: 2

+ +

Ordered list:

+
    +
  1. An ordered,
  2. +
  3. numbered list
  4. +
  5. of items
  6. +
+
+

A quote.

+

It contains multiple paragraphs.

+
+

Heading 1

+

Heading 2

+

Heading 3

+

Heading 4

+
Heading 5
+
Heading 6
+

An example image

+

A large image

+ + + +
Hello world!This is a table.Tables are also supported.
They evenhave alternatingrow colors!
Let me addanother row soit's easier to see.
+
+
    +
  1. +

    A footnote. Footnotes can be used for things that could have explanation or extra context, but +for which the explanation is not relevant or otherwise desirable to have inline.

    +
  2. +
  3. +

    Another footnote.

    +
  4. +
+
+ +
+ +
+ + +
+ + + +