Tangerine's blog collections_bookmark

post

note_stack

demo

category

category

local_offer

tag

rss_feed

rss

Markdown Example

calendar_month 2000-01
archive theme
tag markdown tag mermaid tag mathjax

This is an example of Markdown content. You can use Markdown to write your posts.

Heading 2

Heading 3

Heading 4

Heading 5

You can use bold, italic, and code text.

You can write code blocks:

def test():
    print("Hello, world!")

And inline code: print("Hello, world!").

Some code languages are not supported by default:

[config]
name = "test"

[config2]
name = "test2"
url = "https://google.com"

Mermaid is supported:

xychart-beta
    title "Sales Revenue"
    x-axis [jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec]
    y-axis "Revenue (in $)" 4000 --> 11000
    bar [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6000]
    line [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6000]

Unordered list:

  • Item 1
  • Item 2
  • Item 3
    • Item 3.1
    • Item 3.2
  • Item 4

Ordered list:

  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 3.1
    2. Item 3.2
  4. Item 4

Horizontal line:


Table:

Header 1 Header 2 Header 3
Content 1 Content 2 Content 3
Content 4 Content 5 Content 6
Content 7 Content 8 Content 9
Content 10 Content 11 Content 12

Link is supported: Google.

Image is supported:

Image

Inline math: \(\frac{1}{2} + \frac{1}{3} = \frac{5}{6}\).

Block math:

\[\begin{aligned} \frac{1}{2} + \frac{1}{3} &= \frac{5}{6} \\ \frac{1}{2} - \frac{1}{3} &= \frac{1}{6} \\ \end{aligned}\]

Footnote1.

Block quote.

You can also use Markdown in block quotes:

#include <iostream>

int main() {
    std::cout << "Hello, world!" << std::endl;
    return 0;
}

A block quote in a block quote.

  • Item 1
  • Item 2
  • Item 3

Thats all for the Markdown example.

  1. Footnote content. 

Comments

Share This Post