diff --git a/README.md b/README.md
index 0e074cf..f084852 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
+
+
# Chirpy Jekyll Theme
A minimal, responsive, and feature-rich Jekyll theme for technical writing.
diff --git a/_posts/2019-08-08-text-and-typography.md b/_posts/2019-08-08-text-and-typography.md
index 7bf569d..6551cb5 100644
--- a/_posts/2019-08-08-text-and-typography.md
+++ b/_posts/2019-08-08-text-and-typography.md
@@ -17,6 +17,8 @@ This post is to show Markdown syntax rendering on [**Chirpy**](https://github.co
## Headings
+
+
# H1 - heading
{: .mt-4 .mb-0 }
@@ -28,6 +30,7 @@ This post is to show Markdown syntax rendering on [**Chirpy**](https://github.co
#### H4 - heading
{: data-toc-skip='' .mt-4 }
+
## Paragraph
@@ -44,15 +47,15 @@ Quisque egestas convallis ipsum, ut sollicitudin risus tincidunt a. Maecenas int
### Unordered list
- Chapter
- + Section
- * Paragraph
+ - Section
+ - Paragraph
### ToDo list
- [ ] Job
- + [x] Step 1
- + [x] Step 2
- + [ ] Step 3
+ - [x] Step 1
+ - [x] Step 2
+ - [ ] Step 3
### Description list
@@ -68,6 +71,8 @@ Moon
## Prompts
+
+
> An example showing the `tip` type prompt.
{: .prompt-tip }
@@ -79,14 +84,15 @@ Moon
> An example showing the `danger` type prompt.
{: .prompt-danger }
+
## Tables
| Company | Contact | Country |
-|:-----------------------------|:-----------------|--------:|
+| :--------------------------- | :--------------- | ------: |
| Alfreds Futterkiste | Maria Anders | Germany |
-| Island Trading | Helen Bennett | UK |
-| Magazzini Alimentari Riuniti | Giovanni Rovelli | Italy |
+| Island Trading | Helen Bennett | UK |
+| Magazzini Alimentari Riuniti | Giovanni Rovelli | Italy |
## Links
@@ -108,7 +114,7 @@ Here is the `/path/to/the/file.extend`{: .filepath}.
### Common
-```
+```text
This is a common code snippet, without syntax highlight and line number.
```
diff --git a/_posts/2019-08-08-write-a-new-post.md b/_posts/2019-08-08-write-a-new-post.md
index 63a0116..08fb8e7 100644
--- a/_posts/2019-08-08-write-a-new-post.md
+++ b/_posts/2019-08-08-write-a-new-post.md
@@ -58,7 +58,6 @@ Adding author information in `_data/authors.yml` (If your website doesn't have t
```
{: file="_data/authors.yml" }
-
And then use `author` to specify a single entry or `authors` to specify multiple entries:
```yaml
@@ -320,7 +319,6 @@ image:
> You can observe LQIP in the preview image of post [_Text and Typography_](/posts/text-and-typography/).
-
For normal images:
```markdown
diff --git a/_posts/2019-08-11-customize-the-favicon.md b/_posts/2019-08-11-customize-the-favicon.md
index 6a3e2da..a3278fa 100644
--- a/_posts/2019-08-11-customize-the-favicon.md
+++ b/_posts/2019-08-11-customize-the-favicon.md
@@ -30,6 +30,7 @@ The following table will help you understand the changes to the favicon files:
| `*.PNG` | ✓ | ✗ |
| `*.ICO` | ✓ | ✗ |
+
> ✓ means keep, ✗ means delete.
{: .prompt-info }