User:MrStonedOne/testmarkdown

From tgwiki2
Jump to navigation Jump to search

<markdown> Welcome to the demo of Parsedown Extra [^1]:

1. Write Markdown text on the left 2. Hit the __Parse__ button or `⌘ + Enter` 3. See the result to on the right

This is an interactive demo of

[^1]: [Parsedown Extra](https://github.com/erusev/parsedown-extra) is an extension of [Parsedown](/) that adds support for [Markdown Extra](https://michelf.ca/projects/php-markdown/extra/).

  1. This is a heading
            1. This is the equivalent of an
              heading!
  1. Heading {#head}

[see this heading](#head)

    • this is bold**

__this is bold too__

  • this is italics*

_this is italics too_

      • this is bold and italics***

___this is bold and italics too___

Regular text with some `monospaced text` inside it.

~~not this text~~

  • one
  • two
  • three

- four - five - six

  • one
 * two
   * three

1. one 1. two 1. three

1. alpha 2. beta 3. gamma

term 1

definition 1

term 2

definition 2

> This is a blockquoted sentence.

-

> Blockquote, first paragraph followed by an empty line > > Blockquote, second paragraph.

   This
   is an
     indented
   code block

``` This is a

 fenced

code block ```

---


|Left-aligned|Centered|Right-aligned| |:---|:---:|---:| | To force text to be **left-aligned** the contents of the cell below the header row for that column should start with a colon (:) and be followed by a minimum of three hyphens | To force text to be **centered** for a column, the three hyphens should have a colon at the beginning and end | To **right-align** text in a column, the colon should be at the end of the string of hyphens |

</markdown>