Tuesday, September 2, 2025

mathjax test 1

function syntaxHighlighting() {
  var n = 33;
  var s = "hello, こんにちは";
  console.log(s);
}
  • plain
  • emphasis
    • strong emphasis
      • strikethrough
  • inline code
  1. Numbered list
    1. Numbered sub-list
      1. Numbered sub-sub-list
  2. Link

An image: Markdown Here logo

Block quote.
With some markdown.

If TeX Math support is enabled, this is an inline uppercase sigma: \Sigma, and this is the quadratic equation: -b \pm \sqrt{b^2 - 4ac} \over 2a

This is a block of TeX showing some matrix math:

\begin{bmatrix}
a & b \\
c & d
\end{bmatrix}
\begin{bmatrix}
x \\
y
\end{bmatrix}
=
\begin{bmatrix}
ax + by \\
cx + dy
\end{bmatrix}

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6
TablesAreCool
column 3 isright-aligned$1600
column 2 iscentered$12
zebra stripesare neat$1

Here’s a horizontal rule:


code block
with no highlighting

No comments:

Post a Comment