Charm Theme

  • Charm Theme
  • A blog theme for Astro
  • Cupidatat ex id eiusmod aute do labore ea minim eu fugiat Lorem fugiat adipisicing.

Markdown Example

published: and updated:

Examples Markdown , Demo

GitHub Flavored Markdown Spec

Markdown is a plain text format for writing structured documents, based on conventions for indicating formatting in email and usenet posts.1

toc#

Emphasis#

italic: use * or _

bold: use ** or __

Strikethrough: use ~~

Lists#

  1. First item
  2. Second item
  3. Third item
  • starting with +
  • starting with -
  • starting with *

Task lists#

  • Build a dream
  • Work hard and persevere
  • Make the dream come true

Code#

javascript
function life() {
  try {
    while (true) {
      this.eat();
      this.work();
      this.sleep();
    }
  } catch (e) {
    this.go("hell");
  }
}

Blockquotes#

Blockquotes

Nested blockquotes


Videos#

You can copy the embed code from YouTube or other platforms, and paste it in the markdown file. We also provide a convenient method in markdown-extended#video-embed

Footnotes#

  1. https://github.github.com/gfm/#what-is-markdown- ā†©

Shared With License: CC0-1.0

Creative Commons Zero v1.0 Universal view