Navigation
Share
Breadcrumb

Markdown Test

Published on , modified on .

This is example of span with letterine class. You need set the markup.goldmark.unsafe and markup.goldmark.renderer.unsafe parameter in config.toml to write html directly, but this is not recommended. And this is marginpar. Bold text, Italic text, Bold and italic text, Strikethrough text, and Link —also works. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Lemma This is theorem environment—will have counter.
Fds=0 \displaystyle \oint \vec{F} \cdot d\vec{s}=0

Please note that while the marginpar support MathML, the display and counter may not works as intended. Please use KaTeX or MathJax instead.

This page do not load with KaTeX nor MathJax script, While all equations on this page is native MathML, the browser supports may vary.

1(ϕ5ϕ)e25π1+e2π1+e4π1+e6π1+e8π1+ \displaystyle \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} \equiv 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots} } } }

Heading 2

First paragraph will not indent. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Second paragraph and after will indent. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

This is a blockquote

Nested blockquote

Heading 3

Example table on marginpar shortcode with "safeHTML" attribute to support column spanning:

NumberAlphabeth
1614A
1016B
1410C
  1. Ordered list item 1
  2. Ordered list item 2
    • Nested unordered item
    • Another nested item
  3. Ordered list item 3
  • Unordered list item
  • Another item
    • Nested item
    • Another nested item

Heading 4

Image alt text

Header 1Header 2
Cell 1Cell 2
Cell 3Cell 4

Task list:

  • Completed task
  • Incomplete task
Heading 5

Here’s some inline code and some combined formatting.

Here’s some block code:

// code block with four space
def hello_world():
    print("Hello, World!")
// Code block with syntax highlighting
function greeting(name) {
    return `Hello, ${name}!`;
}
Heading 6

Heading level 6 will show as inline paragraph. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Lemma Another theorem shortcode with lorem ipsum dolor sit amet.
f(n)={n2,if n is even3n+1,if n is odd \displaystyle f(n) = \begin{cases} \frac{n}{2}, & \text{if } n\text{ is even} \\ 3n+1, & \text{if } n\text{ is odd} \end{cases}