Tables
Lines and Paragraphs
i |
HTML Paragraph I HTML Paragraph II |
i |
HTML Line I HTML Line II |
i |
HTML Line I
HTML Line II |
i |
Markdown Multicell I |
Markdown Multicell II |
Headings
Lists
i |
- HTML List Item I
- HTML List Item II
|
Code
Links & Images
i |
|
Other
i |
HTML Blockquote with nested Paragraph
|
Shortcodes
You can add standard markdown syntax:
- multiple paragraphs
- bullet point lists
- emphasized, bold and even bold emphasized text
- links
- etc.
the possibilities are endless (almost - including other shortcodes may or may not work) (almost - including other shortcodes may or may not work)
|
i |
$$\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)$$
|
i |
graph LR;
If --> Then
Then --> Else
|