test

2024/06/29 TEST 共 529 字,约 2 分钟
九风

Hello World!

test_chapter

如何发帖子?
  • 首先,你需要注册一个 GitHub 账号,并创建一个仓库,仓库名为 username.github.io,其中 username 为你的 GitHub 用户名。
  • 然后,在本地创建一个文件夹,并在文件夹中创建一个名为 _posts 的文件夹。
  • _posts 文件夹中创建一个 .md 文件,文件名格式为 YYYY-MM-DD-title.md,其中 YYYY-MM-DD 为发布日期,title 为文章标题。
  • .md 文件中,按照以下格式填写文章内容:
print("Hello World!")

\(\sum_{i=1}^n a_i = 0\)

hello

world

A->B: Does something
B->C: Does something else
C->D: Does one last thing
st=>start: Start
e=>end: End
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes or No?


st->op1->cond
cond(yes)->sub1
cond(no)->op1

文档信息

Search

    Table of Contents