Markdown format support testing

admin
January 30, 2025
November 25, 2024


Inline

inline block

citation

This is a mark (with bold italic code) tag.

strike

bold 1 and bold 2

italic 1 and italic 2

bold 1 and italic 1

Links

Footnote and reference sources are at the bottom of the page.

Footnotes1 have a label2 and the footnote's content.

A Picture

Link to Picture

www.google.com

isaacmuse@gmail.com

https://github.com/facelessuser/pymdown

This is a link https://github.com/facelessuser/pymdown.

This is a link "https://github.com/facelessuser/pymdown".

With this link (https://github.com/facelessuser/pymdown), it still works.

Unordered List

Unordered List

  • item 1
    • item A
    • item B more text
      • item a
      • item b
      • item c
    • item C
  • item 2
  • item 3

Ordered List

Ordered List

  1. item 1
    1. item A
    2. item B more text
      1. item a
      2. item b
      3. item c
    3. item C
  2. item 2
  3. item 3

Task List

Task List

  • item 1
    • item A
    • item B more text
      • item a
      • item b
      • item c
    • item C
  • item 2
  • item 3

Mixed Lists

Mixed Lists

  • item 1
    • item A
    • item B more text
      1. item a
      2. item b
      3. item c
    • item C
  • item 2
  • item 3

Blocks

Normal raw block

This is a block.

This is more of a block.

Highlighted code block

:::javascript
// Fenced **with** highlighting
function doIt() {
    for (var i = 1; i <= slen ; i^^) {
        setTimeout("document.z.textdisplay.value = newMake()", i*300);
        setTimeout("window.status = newMake()", i*300);
    }
}
#include <ESPUI.h>

ESPUI ui;

void setup() {
  ui.begin();
}

void loop() {
  ui.loop();
}

Block Quotes

This is a block quote.

How does it look? --I said this too

I think it looks good. --I said this

Fenced Block

// Fenced **with** highlighting
function doIt() {
    for (var i = 1; i <= slen ; i^^) {
        setTimeout("document.z.textdisplay.value = newMake()", i*300);
        setTimeout("window.status = newMake()", i*300);
    }
}

Tables

Colors Fruits Vegetable
Red Apple Pepper
Orange Oranges Carrot
Green Pears Spinach

Admonition

Some title

Some content

/// Caution "Warning!" - [X] Make sure you turn off the stove - [X] Don't run with scissors ///

Github Emoji

This is a test for emoji 😄. The emojis are images linked to github assets :octocat:.

Math

Some Equations:

$$ E(\mathbf{v}, \mathbf{h}) = -\sum_{i,j}w_{ij}v_i h_j - \sum_i b_i v_i - \sum_j c_j h_j $$

  • Here are some more equations:

    $$ \begin{align} p(v_i=1|\mathbf{h}) & = \sigma\left(\sum_j w_{ij}h_j + b_i\right) \ p(h_j=1|\mathbf{v}) & = \sigma\left(\sum_i w_{ij}v_i + c_j\right) \end{align} $$

  • Inline equations: $p(x|y) = \frac{p(y|x)p(x)}{p(y)}$.



Inline

inline block

citation

This is a mark (with bold italic code) tag.

strike

bold 1 and bold 2

italic 1 and italic 2

bold 1 and italic 1

Links

Footnote and reference sources are at the bottom of the page.

Footnotes1 have a label2 and the footnote's content.

A Picture

Link to Picture

www.google.com

isaacmuse@gmail.com

https://github.com/facelessuser/pymdown

This is a link https://github.com/facelessuser/pymdown.

This is a link "https://github.com/facelessuser/pymdown".

With this link (https://github.com/facelessuser/pymdown), it still works.

Unordered List

Unordered List

  • item 1
    • item A
    • item B more text
      • item a
      • item b
      • item c
    • item C
  • item 2
  • item 3

Ordered List

Ordered List

  1. item 1
    1. item A
    2. item B more text
      1. item a
      2. item b
      3. item c
    3. item C
  2. item 2
  3. item 3

Task List

Task List

  • item 1
    • item A
    • item B more text
      • item a
      • item b
      • item c
    • item C
  • item 2
  • item 3

Mixed Lists

Mixed Lists

  • item 1
    • item A
    • item B more text
      1. item a
      2. item b
      3. item c
    • item C
  • item 2
  • item 3

Blocks

Normal raw block

This is a block.

This is more of a block.

Highlighted code block

:::javascript
// Fenced **with** highlighting
function doIt() {
    for (var i = 1; i <= slen ; i^^) {
        setTimeout("document.z.textdisplay.value = newMake()", i*300);
        setTimeout("window.status = newMake()", i*300);
    }
}
#include <ESPUI.h>

ESPUI ui;

void setup() {
  ui.begin();
}

void loop() {
  ui.loop();
}

Block Quotes

This is a block quote.

How does it look? --I said this too

I think it looks good. --I said this

Fenced Block

// Fenced **with** highlighting
function doIt() {
    for (var i = 1; i <= slen ; i^^) {
        setTimeout("document.z.textdisplay.value = newMake()", i*300);
        setTimeout("window.status = newMake()", i*300);
    }
}

Tables

Colors Fruits Vegetable
Red Apple Pepper
Orange Oranges Carrot
Green Pears Spinach

Admonition

Some title

Some content

/// Caution "Warning!" - [X] Make sure you turn off the stove - [X] Don't run with scissors ///

Github Emoji

This is a test for emoji 😄. The emojis are images linked to github assets :octocat:.

Math

Some Equations:

$$ E(\mathbf{v}, \mathbf{h}) = -\sum_{i,j}w_{ij}v_i h_j - \sum_i b_i v_i - \sum_j c_j h_j $$

  • Here are some more equations:

    $$ \begin{align} p(v_i=1|\mathbf{h}) & = \sigma\left(\sum_j w_{ij}h_j + b_i\right) \ p(h_j=1|\mathbf{v}) & = \sigma\left(\sum_i w_{ij}v_i + c_j\right) \end{align} $$

  • Inline equations: $p(x|y) = \frac{p(y|x)p(x)}{p(y)}$.

  • Markdown summary: This is a testing post thumb: /docs/images/1.jpg


This is a markdown support testing file.

Headers

H1

H2

H3

Horizontal Rules




Inline

inline block

citation

This is a mark (with bold italic code) tag.

strike

bold 1 and bold 2

italic 1 and italic 2

bold 1 and italic 1

Links

Footnote and reference sources are at the bottom of the page.

Footnotes1 have a label2 and the footnote's content.

A Picture

Link to Picture

www.google.com

isaacmuse@gmail.com

https://github.com/facelessuser/pymdown

This is a link https://github.com/facelessuser/pymdown.

This is a link "https://github.com/facelessuser/pymdown".

With this link (https://github.com/facelessuser/pymdown), it still works.

Unordered List

Unordered List

  • item 1
    • item A
    • item B more text
      • item a
      • item b
      • item c
    • item C
  • item 2
  • item 3

Ordered List

Ordered List

  1. item 1
    1. item A
    2. item B more text
      1. item a
      2. item b
      3. item c
    3. item C
  2. item 2
  3. item 3

Task List

Task List

  • item 1
    • item A
    • item B more text
      • item a
      • item b
      • item c
    • item C
  • item 2
  • item 3

Mixed Lists

Mixed Lists

  • item 1
    • item A
    • item B more text
      1. item a
      2. item b
      3. item c
    • item C
  • item 2
  • item 3

Blocks

Normal raw block

This is a block.

This is more of a block.

Highlighted code block

:::javascript
// Fenced **with** highlighting
function doIt() {
    for (var i = 1; i <= slen ; i^^) {
        setTimeout("document.z.textdisplay.value = newMake()", i*300);
        setTimeout("window.status = newMake()", i*300);
    }
}
#include <ESPUI.h>

ESPUI ui;

void setup() {
  ui.begin();
}

void loop() {
  ui.loop();
}

Block Quotes

This is a block quote.

How does it look? --I said this too

I think it looks good. --I said this

Fenced Block

// Fenced **with** highlighting
function doIt() {
    for (var i = 1; i <= slen ; i^^) {
        setTimeout("document.z.textdisplay.value = newMake()", i*300);
        setTimeout("window.status = newMake()", i*300);
    }
}

Tables

Colors Fruits Vegetable
Red Apple Pepper
Orange Oranges Carrot
Green Pears Spinach

Admonition

Some title

Some content

/// Caution "Warning!" - [X] Make sure you turn off the stove - [X] Don't run with scissors ///

Github Emoji

This is a test for emoji 😄. The emojis are images linked to github assets :octocat:.

Math

Some Equations:

$$ E(\mathbf{v}, \mathbf{h}) = -\sum_{i,j}w_{ij}v_i h_j - \sum_i b_i v_i - \sum_j c_j h_j $$

  • Here are some more equations:

    $$ \begin{align} p(v_i=1|\mathbf{h}) & = \sigma\left(\sum_j w_{ij}h_j + b_i\right) \ p(h_j=1|\mathbf{v}) & = \sigma\left(\sum_i w_{ij}v_i + c_j\right) \end{align} $$

  • Inline equations: $p(x|y) = \frac{p(y|x)p(x)}{p(y)}$.

  • Markdown summary: This is a testing post thumb: /docs/images/1.jpg


This is a markdown support testing file.

Headers

H1

H2

H3

Horizontal Rules




Inline

inline block

citation

This is a mark (with bold italic code) tag.

strike

bold 1 and bold 2

italic 1 and italic 2

bold 1 and italic 1

Links

Footnote and reference sources are at the bottom of the page.

Footnotes1 have a label2 and the footnote's content.

A Picture

Link to Picture

www.google.com

isaacmuse@gmail.com

https://github.com/facelessuser/pymdown

This is a link https://github.com/facelessuser/pymdown.

This is a link "https://github.com/facelessuser/pymdown".

With this link (https://github.com/facelessuser/pymdown), it still works.

Unordered List

Unordered List

  • item 1
    • item A
    • item B more text
      • item a
      • item b
      • item c
    • item C
  • item 2
  • item 3

Ordered List

Ordered List

  1. item 1
    1. item A
    2. item B more text
      1. item a
      2. item b
      3. item c
    3. item C
  2. item 2
  3. item 3

Task List

Task List

  • item 1
    • item A
    • item B more text
      • item a
      • item b
      • item c
    • item C
  • item 2
  • item 3

Mixed Lists

Mixed Lists

  • item 1
    • item A
    • item B more text
      1. item a
      2. item b
      3. item c
    • item C
  • item 2
  • item 3

Blocks

Normal raw block

This is a block.

This is more of a block.

Highlighted code block

:::javascript
// Fenced **with** highlighting
function doIt() {
    for (var i = 1; i <= slen ; i^^) {
        setTimeout("document.z.textdisplay.value = newMake()", i*300);
        setTimeout("window.status = newMake()", i*300);
    }
}
#include <ESPUI.h>

ESPUI ui;

void setup() {
  ui.begin();
}

void loop() {
  ui.loop();
}

Block Quotes

This is a block quote.

How does it look? --I said this too

I think it looks good. --I said this

Fenced Block

// Fenced **with** highlighting
function doIt() {
    for (var i = 1; i <= slen ; i^^) {
        setTimeout("document.z.textdisplay.value = newMake()", i*300);
        setTimeout("window.status = newMake()", i*300);
    }
}

Tables

Colors Fruits Vegetable
Red Apple Pepper
Orange Oranges Carrot
Green Pears Spinach

Admonition

Some title

Some content

/// Caution "Warning!" - [X] Make sure you turn off the stove - [X] Don't run with scissors ///

Github Emoji

This is a test for emoji 😄. The emojis are images linked to github assets :octocat:.

Math

Some Equations:

$$ E(\mathbf{v}, \mathbf{h}) = -\sum_{i,j}w_{ij}v_i h_j - \sum_i b_i v_i - \sum_j c_j h_j $$

  • Here are some more equations:

    $$ \begin{align} p(v_i=1|\mathbf{h}) & = \sigma\left(\sum_j w_{ij}h_j + b_i\right) \ p(h_j=1|\mathbf{v}) & = \sigma\left(\sum_i w_{ij}v_i + c_j\right) \end{align} $$

  • Inline equations: $p(x|y) = \frac{p(y|x)p(x)}{p(y)}$.


  1. This is a footnote content. 

  2. A footnote on the label: "@#$%". 

Tags:
Was this page helpful?
See also