2019-09-30 15:38:58 +03:00
---
2020-04-06 21:11:50 +03:00
title: Text and Typography
2022-03-16 21:05:45 +03:00
author: cotes
2019-09-30 15:38:58 +03:00
date: 2019-08-08 11:33:00 +0800
categories: [Blogging, Demo]
tags: [typography]
2023-05-13 02:48:57 +03:00
pin: true
2020-05-26 18:20:40 +03:00
math: true
2020-12-10 01:39:03 +03:00
mermaid: true
2021-01-29 20:10:39 +03:00
image:
2022-03-16 14:49:57 +03:00
path: /commons/devices-mockup.png
2022-12-27 20:20:24 +03:00
lqip: data:image/webp;base64,UklGRpoAAABXRUJQVlA4WAoAAAAQAAAADwAABwAAQUxQSDIAAAARL0AmbZurmr57yyIiqE8oiG0bejIYEQTgqiDA9vqnsUSI6H+oAERp2HZ65qP/VIAWAFZQOCBCAAAA8AEAnQEqEAAIAAVAfCWkAALp8sF8rgRgAP7o9FDvMCkMde9PK7euH5M1m6VWoDXf2FkP3BqV0ZYbO6NA/VFIAAAA
2022-04-25 22:04:17 +03:00
alt: Responsive rendering of Chirpy theme on multiple devices.
2019-09-30 15:38:58 +03:00
---
2020-10-10 15:05:10 +03:00
This post is to show Markdown syntax rendering on [**Chirpy** ](https://github.com/cotes2020/jekyll-theme-chirpy/fork ), you can also use it as an example of writing. Now, let's start looking at text and typography.
2020-08-21 17:41:48 +03:00
2023-05-13 02:48:57 +03:00
## Headings
2023-09-23 00:01:29 +03:00
# H1 - heading
{: .mt-4 .mb-0 }
2020-08-19 20:11:56 +03:00
2023-09-23 00:01:29 +03:00
## H2 - heading
{: data-toc-skip='' .mt-4 .mb-0 }
2019-09-30 15:38:58 +03:00
2023-09-23 00:01:29 +03:00
### H3 - heading
{: data-toc-skip='' .mt-4 .mb-0 }
2019-09-30 15:38:58 +03:00
2023-09-23 00:01:29 +03:00
#### H4 - heading
{: data-toc-skip='' .mt-4 }
2019-09-30 15:38:58 +03:00
## Paragraph
2022-10-09 13:59:48 +03:00
Quisque egestas convallis ipsum, ut sollicitudin risus tincidunt a. Maecenas interdum malesuada egestas. Duis consectetur porta risus, sit amet vulputate urna facilisis ac. Phasellus semper dui non purus ultrices sodales. Aliquam ante lorem, ornare a feugiat ac, finibus nec mauris. Vivamus ut tristique nisi. Sed vel leo vulputate, efficitur risus non, posuere mi. Nullam tincidunt bibendum rutrum. Proin commodo ornare sapien. Vivamus interdum diam sed sapien blandit, sit amet aliquam risus mattis. Nullam arcu turpis, mollis quis laoreet at, placerat id nibh. Suspendisse venenatis eros eros.
2019-09-30 15:38:58 +03:00
2020-12-25 19:22:30 +03:00
## Lists
2020-08-21 17:41:48 +03:00
### Ordered list
2020-12-13 16:55:45 +03:00
1. Firstly
2. Secondly
3. Thirdly
2020-08-21 17:41:48 +03:00
### Unordered list
2020-12-13 16:55:45 +03:00
- Chapter
2022-10-09 13:59:48 +03:00
+ Section
* Paragraph
2020-08-21 17:41:48 +03:00
2022-10-09 13:59:48 +03:00
### ToDo list
2020-12-13 16:55:45 +03:00
2022-10-09 13:59:48 +03:00
- [ ] Job
+ [x] Step 1
+ [x] Step 2
+ [ ] Step 3
2020-08-21 17:41:48 +03:00
2020-12-25 19:22:30 +03:00
### Description list
Sun
: the star around which the earth orbits
Moon
: the natural satellite of the earth, visible by reflected light from the sun
2019-09-30 15:38:58 +03:00
## Block Quote
2022-01-21 16:38:50 +03:00
> This line shows the _block quote_.
## Prompts
2022-02-12 21:10:52 +03:00
> An example showing the `tip` type prompt.
{: .prompt-tip }
> An example showing the `info` type prompt.
{: .prompt-info }
2022-01-21 16:38:50 +03:00
> An example showing the `warning` type prompt.
{: .prompt-warning }
> An example showing the `danger` type prompt.
{: .prompt-danger }
2019-09-30 15:38:58 +03:00
## Tables
2020-12-25 19:22:30 +03:00
| Company | Contact | Country |
2020-08-19 20:11:56 +03:00
|:-----------------------------|:-----------------|--------:|
| Alfreds Futterkiste | Maria Anders | Germany |
| Island Trading | Helen Bennett | UK |
| Magazzini Alimentari Riuniti | Giovanni Rovelli | Italy |
2019-09-30 15:38:58 +03:00
2020-12-25 19:22:30 +03:00
## Links
2019-09-30 15:38:58 +03:00
2020-05-26 18:20:40 +03:00
< http: / / 127 . 0 . 0 . 1:4000 >
2019-09-30 15:38:58 +03:00
## Footnote
2020-12-25 19:22:30 +03:00
Click the hook will locate the footnote[^footnote], and here is another footnote[^fn-nth-2].
2019-09-30 15:38:58 +03:00
2022-12-27 20:20:24 +03:00
## Inline code
2020-10-06 15:15:19 +03:00
2022-12-27 20:20:24 +03:00
This is an example of `Inline Code` .
2019-09-30 15:38:58 +03:00
2022-12-27 20:20:24 +03:00
## Filepath
2020-10-06 15:15:19 +03:00
2022-12-27 20:20:24 +03:00
Here is the `/path/to/the/file.extend` {: .filepath}.
2020-12-10 01:39:03 +03:00
2022-12-27 20:20:24 +03:00
## Code blocks
2021-04-17 11:08:13 +03:00
2022-12-27 20:20:24 +03:00
### Common
2021-04-17 11:08:13 +03:00
2022-12-27 20:20:24 +03:00
```
This is a common code snippet, without syntax highlight and line number.
```
2020-12-10 01:39:03 +03:00
2022-12-27 20:20:24 +03:00
### Specific Language
2020-12-10 01:39:03 +03:00
2022-12-27 20:20:24 +03:00
```bash
if [ $? -ne 0 ]; then
echo "The command was not successful.";
#do the needful / exit
fi;
```
2020-10-10 15:05:10 +03:00
2022-12-27 20:20:24 +03:00
### Specific filename
```sass
@import
"colors/light-typography",
2023-05-13 02:48:57 +03:00
"colors/dark-typography";
2022-12-27 20:20:24 +03:00
```
{: file='_sass/jekyll-theme-chirpy.scss'}
2019-09-30 15:38:58 +03:00
2022-12-27 20:20:24 +03:00
## Mathematics
The mathematics powered by [**MathJax** ](https://www.mathjax.org/ ):
$$ \sum_{n=1}^\infty 1/n^2 = \frac{\pi^2}{6} $$
2020-12-10 01:39:03 +03:00
2022-12-27 20:20:24 +03:00
When $a \ne 0$, there are two solutions to $ax^2 + bx + c = 0$ and they are
2020-10-07 15:19:57 +03:00
2022-12-27 20:20:24 +03:00
$$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$
2020-12-10 01:39:03 +03:00
## Mermaid SVG
```mermaid
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
```
2022-12-27 20:20:24 +03:00
## Images
2020-05-26 18:20:40 +03:00
2022-12-27 20:20:24 +03:00
### Default (with caption)
2020-05-26 18:20:40 +03:00
2022-12-27 20:20:24 +03:00
![Desktop View ](/posts/20190808/mockup.png ){: width="972" height="589" }
_Full screen width and center alignment_
2020-05-26 18:20:40 +03:00
2022-12-27 20:20:24 +03:00
### Left aligned
2019-09-30 15:38:58 +03:00
2022-12-27 20:20:24 +03:00
![Desktop View ](/posts/20190808/mockup.png ){: width="972" height="589" .w-75 .normal}
2020-12-25 19:22:30 +03:00
2022-12-27 20:20:24 +03:00
### Float to left
2020-12-25 19:22:30 +03:00
2022-12-27 20:20:24 +03:00
![Desktop View ](/posts/20190808/mockup.png ){: width="972" height="589" .w-50 .left}
Praesent maximus aliquam sapien. Sed vel neque in dolor pulvinar auctor. Maecenas pharetra, sem sit amet interdum posuere, tellus lacus eleifend magna, ac lobortis felis ipsum id sapien. Proin ornare rutrum metus, ac convallis diam volutpat sit amet. Phasellus volutpat, elit sit amet tincidunt mollis, felis mi scelerisque mauris, ut facilisis leo magna accumsan sapien. In rutrum vehicula nisl eget tempor. Nullam maximus ullamcorper libero non maximus. Integer ultricies velit id convallis varius. Praesent eu nisl eu urna finibus ultrices id nec ex. Mauris ac mattis quam. Fusce aliquam est nec sapien bibendum, vitae malesuada ligula condimentum.
2022-01-22 18:21:00 +03:00
2022-12-27 20:20:24 +03:00
### Float to right
2022-01-22 18:21:00 +03:00
2022-12-27 20:20:24 +03:00
![Desktop View ](/posts/20190808/mockup.png ){: width="972" height="589" .w-50 .right}
Praesent maximus aliquam sapien. Sed vel neque in dolor pulvinar auctor. Maecenas pharetra, sem sit amet interdum posuere, tellus lacus eleifend magna, ac lobortis felis ipsum id sapien. Proin ornare rutrum metus, ac convallis diam volutpat sit amet. Phasellus volutpat, elit sit amet tincidunt mollis, felis mi scelerisque mauris, ut facilisis leo magna accumsan sapien. In rutrum vehicula nisl eget tempor. Nullam maximus ullamcorper libero non maximus. Integer ultricies velit id convallis varius. Praesent eu nisl eu urna finibus ultrices id nec ex. Mauris ac mattis quam. Fusce aliquam est nec sapien bibendum, vitae malesuada ligula condimentum.
2019-09-30 15:38:58 +03:00
2022-12-27 20:20:24 +03:00
### Dark/Light mode & Shadow
2019-09-30 15:38:58 +03:00
2022-12-27 20:20:24 +03:00
The image below will toggle dark/light mode based on theme preference, notice it has shadows.
2019-09-30 15:38:58 +03:00
2022-12-27 20:20:24 +03:00
![light mode only ](/posts/20190808/devtools-light.png ){: .light .w-75 .shadow .rounded-10 w='1212' h='668' }
![dark mode only ](/posts/20190808/devtools-dark.png ){: .dark .w-75 .shadow .rounded-10 w='1212' h='668' }
2019-09-30 15:38:58 +03:00
2022-12-27 20:20:24 +03:00
## Video
2019-09-30 15:38:58 +03:00
2022-12-27 20:20:24 +03:00
{% include embed/youtube.html id='Balreaj8Yqs' %}
2019-09-30 15:38:58 +03:00
## Reverse Footnote
2020-12-25 19:22:30 +03:00
[^footnote]: The footnote source
[^fn-nth-2]: The 2nd footnote source