4.9 KiB
title | author | date | categories | tags | math | mermaid | image | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Text and Typography | Cotes Chung | 2019-08-08 11:33:00 +0800 |
|
|
true | true |
|
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
- Section
- Paragraph
- Section
Task list
- TODO
- Completed
- Defeat COVID-19
- 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 footnote1, and here is another footnote2.
Images
- Default (with caption)
{: width="972" height="589" } Full screen width and center alignment
- Shadow
{: .shadow width="1548" height="864" style="max-width: 90%" } shadow effect (visible in light mode)
- Left aligned
{: width="972" height="589" style="max-width: 70%" .normal}
-
Float to left
{: width="972" height="589" style="max-width: 200px" .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="972" height="589" style="max-width: 200px" .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
gantt
title Adding GANTT diagram functionality to mermaid
apple :a, 2017-07-20, 1w
banana :crit, b, 2017-07-23, 1d
cherry :active, c, after b a, 1d
Mathematics
The mathematics powered by MathJax:
\sum_{n=1}^\infty 1/n^2 = \frac{\pi^2}{6}
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}
Inline code
This is an example of Inline Code
.
Code block
Common
This is a common code snippet, without syntax highlight and line number.
Specific Languages
Console
$ env |grep SHELL
SHELL=/usr/local/bin/bash
PYENV_SHELL=bash
Shell
if [ $? -ne 0 ]; then
echo "The command was not successful.";
#do the needful / exit
fi;
Specific filename
@import
"colors/light-typography",
"colors/dark-typography"
{: file='_sass/jekyll-theme-chirpy.scss'}