Just copy stuff from this file and use it for reference as needed.
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Indented stuff.
Inline styles
strong, emphasis, strong and emphasis,code
, strikethrough, 😂🤣, Link
Inline Image
Code block (with python syntax highlighting)
cd ML-study-group
hugo new notes/filename.md
for post in posts:
print(post)
LaTeX
$$(\begin{aligned} \dot{x} & = \sigma(y-x) \ \dot{y} & = \rho x - y - xz \ \dot{z} & = -\beta z + xy \end{aligned} )$$
$$ \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right) $$
$$[ \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\ldots} } } } ]$$
Table
Left-Aligned | Center Aligned | Right Aligned |
---|---|---|
col 3 is | some wordy text | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
Lists
- Unordered list item 1.
- Unordered list item 2.
- ordered list item 1.
- ordered list item 2.
- sub-unordered list item 1.
- sub-unordered list item 2.
- something is DONE.
- something is NOT DONE.
Figures
This theme has 3 CSS classes made for figure elements:
big
: images will break the width limit of main content area.left
: images will float to the left.right
: images will float to the right.
If a figure has no class set, the image will behave just like a normal markdown image: ![]()
.
Here’s some examples, please be aware that these styles only take effect when the page width is over 1300px.
figure-normal (without any classes)
figure-big
figure-left