Hello
Welcome to your new blog! Write awesome blog by yourself!
Below is the writing tutorial:
Base
https://github.github.com/gfm/
github flavored markdown
Main Heading (H1)
Secondary Heading (H2)
Third Level Heading (H3)
Fourth Level Heading (H4)
Fifth Level Heading (H5)
Sixth Level Heading (H6)
Basic Formatting
Bold text and italic text
Bold and italic text
Strikethrough text
Blockquote text
Multiple paragraph blockquote
Lists
Unordered Lists
- Item 1
- Item 2
- Subitem 2.1
- Subitem 2.2
- Item 3
Ordered Lists
- First item
- Second item
- Subitem 2.1
- Subitem 2.2
- Third item
Code
Inline code: var example = "hello";
Code block with syntax highlighting:
function helloWorld() {
console.log("Hello, world!");
return true;
}Links and Images
Alt text for image
Tables
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
| Cell 7 | Cell 8 | Cell 9 |
Task Lists
- Completed task
- Incomplete task
- Another task
Horizontal Rule
Escaping Characters
*This text is surrounded by asterisks but is not italic*
HTML in Markdown
Click to expand
This is hidden content that can be expanded.↑ End GFM ↑
Additions
1. sticker


2. images with specific dimension
favicon with 10rem width and unset height
favicon with 50% width and 100px height
3. paragraph indents
Indent of paragraph start.
4. link with opening in new window
5. text with color
gray text red bold
6. text with underline
underline italic red underline italic
7. embed youtube video
8. embed bilibili video
9. raw html
text
10. fieldset
11. encrypted block
[encrypt]
will be encrypted during uploading
[/encrypt]
12. container block
INFO
some text
custom title
WARNING
some text
DANGER
some text
hidden content
some text
13. embed video/audio
14. mathematic formula
- inline level formula.
- block level:
15. text with mask
you found me you found me you found me you found me you found me you found me you found me you found me you found me you found me you found me you found me
and me
16. mermaid diagram
sequenceDiagram
Alice->>John: Hello John, how are you?
John-->>Alice: Great!
Alice-)John: See you later!More
coming...