Markdown Typography Test for blog posting

1 min read Blogging
Markdown Typography Test for blog posting

test paragraph

Lorem ipsum dolor sit amet consectetur adipisicing elit. Quibusdam maiores ea dolores. Non magnam quas placeat dignissimos odio doloribus deserunt! Sit cupiditate maiores harum fugit odio aut deserunt animi repudiandae!


Markdown Typography Test

Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Emphasis

Italic text with asterisks or underscores.

Bold text with double asterisks or double underscores.

Bold and Italic text with triple asterisks or triple underscores.


Blockquotes

This is a blockquote. It can span multiple lines or paragraphs.

Nested Blockquote


Lists

Unordered List

Ordered List

  1. First item
  2. Second item
    1. Sub-item 1
    2. Sub-item 2

Code

Inline Code

Here is some inline code.

Code Block

function helloWorld() {
    console.log("Hello, world!");
}

This is a link to Google


Images

Alt text


Tables

Header 1Header 2Header 3
Row 1Column 2Column 3
Row 2Column 2Column 3

Horizontal Rule


Miscellaneous

Strikethrough

This text is struck through.

Task List

Footnote

This is a sentence with a footnote.1


  1. This is the footnote. ↩︎

Categories:
Tags: