ESP32Cube Logo
Sign In
Markdown format support testing

Markdown format support testing

esp32cube
Mar 31, 2026
Tutorial
807 views

This post to show the support of Markdown format in the ESP32cube website.

AIDisplay


Inline

inline block

<cite>citation</cite>

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? <cite>--I said this too</cite>

I think it looks good. <cite>--I said this</cite>

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

ColorsFruitsVegetable
RedApplePepper
OrangeOrangesCarrot
GreenPearsSpinach

Admonition

/// note | 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 :smile:. The emojis are images linked to github assets :octocat:.

Math

Some Equations:

E(v,h)=−∑i,jwijvihj−∑ibivi−∑jcjhjE(\mathbf{v}, \mathbf{h}) = -\sum_{i,j}w_{ij}v_i h_j - \sum_i b_i v_i - \sum_j c_j h_jE(v,h)=−i,j∑​wij​vi​hj​−i∑​bi​vi​−j∑​cj​hj​
  • Here are some more equations:

    p(vi=1∣h)=σ(∑jwijhj+bi)p(hj=1∣v)=σ(∑iwijvi+cj) \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}p(vi​=1∣h)p(hj​=1∣v)​=σ(j∑​wij​hj​+bi​)=σ(i∑​wij​vi​+cj​)​​
  • Inline equations: p(x∣y)=p(y∣x)p(x)p(y)p(x|y) = \frac{p(y|x)p(x)}{p(y)}p(x∣y)=p(y)p(y∣x)p(x)​.

Footnotes

  1. This is a footnote content. ↩

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

Comments

0

Please sign in to post a comment.

No comments yet.

Related Articles

L298N DC Motor Driver Module Complete Guide

Tutorial·23 views

AI Chat with Xiaozhi

Tutorial·39 views

AI Chat with Xiaozhi

Tutorial·44 views

Audio Playback with HSC001 and ESP32

Tutorial·446 views

How to Play Internet Radio Stations with ESP32

Tutorial·1051 views
View more in this category→
Copyright © 2026 ESP32Cube. All rights reserved.•1.0.1•Terms·Privacy
Source codeTwitterDiscord