文章

Learning how to write basic Chripy syntax and Markdown syntax.

This is a description.

Learning how to write basic Chripy syntax and Markdown syntax.

More information about Chripy syntax can be found here and here.

img-description Image Caption

img-description img-description

所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出所以我可以在这里疯狂输出啊

Example line for prompt.

inline code part

/path/to/a/file.extend

1
This is a plaintext code snippet.
1
key: value
1
echo 'No more line numbers!'

当你想隐藏代码块的行号时,可以为其添加nolineno类:

1
echo 'No more line numbers!'
1
# content
1
2
3
{% if product.title contains 'Pack' %}
  This product's title contains the word Pack.
{% endif %}
graph TD;
    A[开始] --> B[步骤 1]
    B --> C[步骤 2]
    C --> D[结束]
本文由作者按照 CC BY 4.0 进行授权