Extra features
Extra features¶
It supports all the basic Markdown features and some additional ones like:
- **#Tags**
- $$**LaTeX** math$$
- [^**Footnotes**]
- **[[Internal links]]**
- **![[Filename]]** to embed notes and other files
Tags¶
support tags
LaTeX¶
\[
\begin{multline}
\end{multline}
\]
\[\begin{equation}
x^2 = 1\\
x
\end{equation}\]
\[\begin{pmatrix}
0&1\\
1&0
\end{pmatrix}\]
FootNotes¶
Here’s a simple footnote,1 and here’s a longer one.2
Internal Links¶
Link to a page: Embeds.
Embed other files¶
It is possible to show other files just by add a !
to its link
Tasks¶
- [x] #tags, [links](), **formatting** supported
- [x] list syntax required (any unordered or ordered list supported)
- [x] this is a complete item
- [ ] this is an incomplete item
- [ ] tasks can be clicked in Preview to be checked off
- tags, links, formatting supported
- list syntax required (any unordered or ordered list supported)
- this is a complete item
- [?] this is also a complete item (works with every character)
- this is an incomplete item
- tasks can be clicked in Preview to be checked off
- Item 1
- Item 2
- Item 2a
- Item 2b
1. Item 1
1. Item 2
1. Item 3
1. Item 3a
1. Item 3b
- Item 1
- Item 2
- Item 2a
- Item 2b
- Item 1
- Item 2
- Item 3
- Item 3a
- Item 3b
and more¶
Last update :
November 8, 2022