by nutomic
--- original +++ modified @@ -0,0 +1,35 @@ +[Markdown Basics](https://commonmark.org/help/) + +Additionally, Ibis supports the following syntax: + +### Footnotes + +Here is a footnote reference,[^1] and another.[^longnote] + +Here is an inline note.^[my note is here!] + +[^1]: Here is the footnote. + +[^longnote]: Here's one with multiple blocks. + +### Subscript + +log~2~(a) + +### Superscript + +Markdown^TM^ + +### Link to Articles + +[[Main_Page@ibis.wiki]] + +### Mathematics using LaTeX + +$$\vec E$$ + +$$ +\oint_S \vec E \cdot \mathrm d\vec A = \frac{1}{\epsilon_0}Q +$$ + +