May 3, 2023

Markdown test

This is a test blog entry to verify the generation of HTML from Markdown for all the entries on my blog. I'm conducting this experiment to ensure that the Markdown to HTML conversion process works correctly.

Markdown is a simple and efficient markup language that allows me to write content quickly and easily. With its intuitive structure, I can add headers, lists, links, and even images to my blog entries in a practical way.

By generating HTML from Markdown, I can ensure that my blog entries are properly formatted and easy to read on the web. Additionally, this will save me time and effort when writing and publishing new entries.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Bold text

Italic text

~~Strikethrough~~

Italic text

Bold text

Blockquote

Another line of the blockquote

  1. Ordered list item 1
  2. Ordered list item 2
  3. Nested ordered list item 2.1
  4. Nested ordered list item 2.2
  5. Ordered list item 3

  6. Unordered list item 1

  7. Unordered list item 2
  8. Nested unordered list item 2.1
  9. Nested unordered list item 2.2
  10. Unordered list item 3

Link to Google

Alt text for an image

Inline code

# Code block with syntax highlighting
def hello_world():
    print("Hello, world!")

Tables

Column 1 Column 2 Column 3
Row 1, Cell 1 Row 1, Cell 2 Row 1, Cell 3
Row 2, Cell 1 Row 2, Cell 2 Row 2, Cell 3
Row 3, Cell 1 Row 3, Cell 2 Row 3, Cell 3

Horizontal rules