Features

Footnotes

Here is a footnote reference,[^1] and another.

[^1]: Here is the footnote.

Here is a footnote reference,1 and another.

Here is an inline note.^[Inlines notes are easier to write, since
you don't have to pick an identifier and move down to type the
note.]

Here is an inline note.2

(@good)  This is a good example.

As (@good) illustrates, ...
  1. This is a good example.

As (1) illustrates, …

Split lists

1.  one
2.  two
3.  three

<!-- -->

1.  uno
2.  dos
3.  tres
  1. one
  2. two
  3. three
  1. uno
  2. dos
  3. tres

Change image size

![](https://i.ibb.co/Dzp0SfC/download.jpg){width="50%"}

References

For references we use pandoc-xnos

Images

![This is a landscape](https://i.ibb.co/Dzp0SfC/download.jpg){#fig:id width="50%"}

As show in @fig:id theire is a nice landscape
Figure 1: This is a landscape

As show in 1 theire is a nice landscape

Math

$y = mx + b$ {#eq:id}

This is visible in @eq:id

\(y = mx + b\)(1)

This is visible in 1

Etc

This is also possible for tables and sections. Same princip but with

{#tbl:id} (for tables)
{#sec:2} (for sections)

Pandoc

All default pandoc features are supported with the extend of mathjax and pandoc-xnos. caption caption


  1. Here is the footnote.↩︎

  2. Inlines notes are easier to write, since you don’t have to pick an identifier and move down to type the note.↩︎


Last modified: Mon Sep 25 23:08:28 2023