c-staticsite-generator/input.md
2024-08-29 14:36:45 -04:00

1.2 KiB

Markdown Features Example

Headers

This is a Heading 1

This is a Heading 2

This is a Heading 3

This is a Heading 4

This is a Heading 5
This is a Heading 6

Emphasis

This text will be italic
This text will be bold
This text will be both italic and bold

Lists

Unordered List

  • Item 1
  • Item 2
    • Subitem 2.1
    • Subitem 2.2
  • Item 3

Ordered List

  1. First item
  2. Second item
  3. Third item

This is a link to Ecosia

Images

Alt text for an image

Blockquotes

This is a blockquote.
It can span multiple lines.

Code

Inline code: print("Hello, World!")

Code Block

def hello_world(): print("Hello, World!")

Horizontal Rule


Tables

Header 1 Header 2
Row 1 Row 1
Row 2 Row 2

Task Lists

  • Completed task
  • Incomplete task

Footnotes

Here is a sentence with a footnote.1

Strikethrough

This text is crossed out.

Emoji

Here is a smiley face: 😄

HTML Elements

This is a div element in HTML.

  1. This is the footnote. ↩︎