
Text and Typography
This post is to show Markdown syntax rendering on Chirpy, you can also use it as an example of writing. Now, let’s start looking at text and typography.
¶Titles
¶H1 - heading
H2 - heading
H3 - heading
H4 - heading
---¶Paragraph
I wandered lonely as a cloud
That floats on high o’er vales and hills,
When all at once I saw a crowd,
A host, of golden daffodils;
Beside the lake, beneath the trees,
Fluttering and dancing in the breeze.
¶Lists
¶Ordered list
- Firstly
- Secondly
- Thirdly
¶Unordered list
- Chapter
- Setcion
- Paragraph
- Setcion
¶Task list
- [ ] TODO
- [x] Completed
- Hold on
- [ ] Defeat COVID-19
- [x] Vaccine production
- [ ] Economic recovery
- [ ] People smile again
¶Description list
Sun
: the star around which the earth orbits
Moon
: the natural satellite of the earth, visible by reflected light from the sun
¶Block Quote
This line to shows the Block Quote.
¶Tables
| Company | Contact | Country |
|---|---|---|
| Alfreds Futterkiste | Maria Anders | Germany |
| Island Trading | Helen Bennett | UK |
| Magazzini Alimentari Riuniti | Giovanni Rovelli | Italy |
¶Links
¶Footnote
Click the hook will locate the footnote[^footnote], and here is another footnote[^fn-nth-2].
¶Images
- Default (with caption)

Full screen width and center alignment
- Specify width
{: width=“400”}
400px image width
- Left aligned
{: width=“350” .normal}
Float to left
{: width=“240” .left}
“A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space.”
Float to right
{: width=“240” .right}
“A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space. A repetitive and meaningless text is used to fill the space.”
¶Mermaid SVG
1 | |
¶Mathematics
The mathematics powered by MathJax:
When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are
¶Inline code
This is an example of Inline Code.
¶Code block
¶Common
1 | |
¶Specific Languages
¶Console
1 | |
¶Ruby
1 | |
¶Shell
1 | |
¶Liquid
1 | |
¶Java
1 | |
¶Reverse Footnote
[^footnote]: The footnote source
[^fn-nth-2]: The 2nd footnote source