There's lots to learn!
{: .box-success}
This is a demo post to show you how to write blog posts with markdown. I strongly encourage you to take 5 minutes to learn how to write in markdown - it’ll teach you how to transform regular text into bold/italics/tables/etc.
I also encourage you to look at the code that created this post to learn some more advanced tips about using markdown in Beautiful Jekyll.
Here is some bold text
Here is a secondary heading
This is a link to a different site and this is a link to a section inside this page.
Here’s a table:
Number | Next number | Previous number |
---|---|---|
Five | Six | Four |
Ten | Eleven | Nine |
Seven | Eight | Six |
Two | Three | One |
You can use MathJax to write LaTeX expressions. For example:
When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
How about a yummy crepe?
It can also be centered!
{: .mx-auto.d-block :}
Here’s a code chunk:
1 |
|
And here is the same code with syntax highlighting:
1 |
|
And here is the same code yet again but with line numbers:
1 |
|
Boxes
You can add notification, warning and error boxes like this:
Notification
{: .box-note}
Note: This is a notification box.
Warning
{: .box-warning}
Warning: This is a warning box.
Error
{: .box-error}
Error: This is an error box.