Welcome to your new blog!

2025-10-03

Hellosticker

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

  1. First item
  2. Second item
    1. Subitem 2.1
    2. Subitem 2.2
  3. Third item

Code

Inline code: var example = "hello";

Code block with syntax highlighting:

function helloWorld() {
  console.log("Hello, world!");
  return true;
}

Links and Images

Link to GitHub

Alt text for imageAlt 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

stickersticker

2. images with specific dimension

favicon with `10rem` width and `unset` heightfavicon with 10rem width and unset height favicon with `50%` width and `100px` heightfavicon with 50% width and 100px height

3. paragraph indents

  Indent of paragraph start.

4. link with opening in new window

google

5. text with color

gray text red bold

6. text with underline

underline italic red underline italic

7. embed youtube video

test youtube video

8. embed bilibili video

test bilibili video

9. raw html

text

10. fieldset

title
const s = 123;

11. encrypted block


[encrypt] will be encrypted during uploading [/encrypt]

12. container block

INFO

some text

custom title

inside

inside block-level element

WARNING

some text

DANGER

some text

hidden content

some text

13. embed video/audio

big buck bunny
with poster
奥里给

14. mathematic formula

  • inline level F(n)=F(n1)+F(n2)F(n) = F(n-1) + F(n-2) formula.
  • block level:
    F(n)={0,if n=01,if n=1F(n1)+F(n2),if n>1F(n) = \begin{cases} 0, & \text{if } n = 0 \\ 1, & \text{if } n = 1 \\ F(n-1) + F(n-2), & \text{if } n > 1 \end{cases}

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

please check reference

sequenceDiagram
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
    Alice-)John: See you later!

More

coming...