Writing content with Markdown, LaTeX, and HTML
Draft Post!
Rich content can be written in Academic using Markdown, LaTeX math, and Shortcodes. This article gives an overview of the most common formatting options, including features that are exclusive to Academic.
Shortcodes are plugins which are bundled with Academic or inherited from Hugo. Additionally, HTML may be written in Markdown documents for advanced formatting.
#Sub-headings
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Emphasis
Italics with underscores.
Bold with asterisks.
Combined emphasis with asterisks and underscores.
Strikethrough with two tildes.
Lists
Ordered
- First item
- Another item
Unordered
- First item
- Another item
Todo
Todo lists can be written in Academic by using the standard Markdown syntax:
- Write math example
- Write diagram example
- Do something else
Images
Images may be added to a page by either placing them in your static/img/ media library or in your page’s folder, and then referencing them using one of the following notations:
A figure from your static/img/ media library:
A figure within a page’s folder (e.g. content/post/test/) :