Useful features
Note: Please remove this page from your repository and the wiki by the time you submit your team wiki.
Below you can find some useful features for your project documentation.
Mathematical equations input by LaTeX
Reference: squidfunk.github.io/mkdocs-material/reference/mathjax/
Block style:
\[
f(x) = \frac{1}{\sigma\sqrt{2\pi}}
\exp\left( -\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^{\!2}\,\right)
\]
Inline style: \(E=mc^2\)
Sortable tables
Reference: squidfunk.github.io/mkdocs-material/reference/data-tables/
Try clicking on the different table headers
Task | Due Date | Priority |
---|---|---|
Task A | 2023-06-01 | 3 |
Task B | 2023-05-01 | 2 |
Task C | 2023-07-01 | 1 |
Markdown footnotes for citations
Reference: squidfunk.github.io/mkdocs-material/reference/data-tables/
All footnotes will appear at the end of the page. For example:
The International Directed Evolution Competition (iDEC)1 is an international competition on directed evolution2.
-
This is not a real citation.
Multiple line footnote is supported. ↩