mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-05-24 04:14:58 +00:00
style: format code with Prettier
This commit fixes the style issues introduced in b99142f
according to the output
from Prettier.
Details: None
This commit is contained in:
parent
b99142fd44
commit
3811640756
12 changed files with 64 additions and 56 deletions
|
@ -5,8 +5,8 @@ pubDate: 2022-07-08
|
|||
image:
|
||||
url: "https://docs.astro.build/assets/arc.webp"
|
||||
alt: "Thumbnail of Astro arcs."
|
||||
tags:
|
||||
- "Faggor"
|
||||
tags:
|
||||
- "Faggor"
|
||||
---
|
||||
|
||||
# Markdown Cheat Sheet
|
||||
|
@ -22,7 +22,9 @@ These are the elements outlined in John Gruber’s original design document. All
|
|||
### Heading
|
||||
|
||||
# H1
|
||||
|
||||
## H2
|
||||
|
||||
### H3
|
||||
|
||||
### Bold
|
||||
|
@ -31,7 +33,7 @@ These are the elements outlined in John Gruber’s original design document. All
|
|||
|
||||
### Italic
|
||||
|
||||
*italicized text*
|
||||
_italicized text_
|
||||
|
||||
### Blockquote
|
||||
|
||||
|
@ -45,9 +47,9 @@ These are the elements outlined in John Gruber’s original design document. All
|
|||
|
||||
### Unordered List
|
||||
|
||||
- First item
|
||||
- Second item
|
||||
- Third item
|
||||
- First item
|
||||
- Second item
|
||||
- Third item
|
||||
|
||||
### Code
|
||||
|
||||
|
@ -71,10 +73,10 @@ These elements extend the basic syntax by adding additional features. Not all Ma
|
|||
|
||||
### Table
|
||||
|
||||
| Syntax | Description |
|
||||
| ----------- | ----------- |
|
||||
| Header | Title |
|
||||
| Paragraph | Text |
|
||||
| Syntax | Description |
|
||||
| --------- | ----------- |
|
||||
| Header | Title |
|
||||
| Paragraph | Text |
|
||||
|
||||
### Fenced Code Block
|
||||
|
||||
|
@ -107,9 +109,9 @@ term
|
|||
|
||||
### Task List
|
||||
|
||||
- [x] Write the press release
|
||||
- [ ] Update the website
|
||||
- [ ] Contact the media
|
||||
- [x] Write the press release
|
||||
- [ ] Update the website
|
||||
- [ ] Contact the media
|
||||
|
||||
### Emoji
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue