Skip to content

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

Link to a page: [[Embeds]].

Link to a page: Embeds.

Embed other files

It is possible to show other files just by add a ! to its link

Embed a page: ![[Embeds]]

A simple note to be linked by any other note.

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
  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 3a
  5. Item 3b

and more


  1. meaningful! 

  2. Here’s one with multiple paragraphs and code. 


Last update : November 8, 2022

Comments

Comments