V0.7.1重构完了

This commit is contained in:
跨越晨昏 2024-09-15 20:59:19 +08:00
parent 3096474dbb
commit b7fb1ff4f4
3 changed files with 17 additions and 3 deletions

View File

@ -113,9 +113,9 @@ class Style:
"""
# self.bold()
# self.italic()
# self.strikethrough()
# self.underline()
# self.highlight()
self.strikethrough()
self.underline()
self.highlight()
self.up()
self.hide()
# self.split_line()

Binary file not shown.

View File

@ -28,6 +28,7 @@ ___
[CrossDark](https://crossdark.com)
1.3.2 图片
![链接图片](链接地址)
![sea](https://crossdark.com/wp-content/uploads/2024/05/1715259682-sea.jpg)
2 变量
2.1 定义
{变量名} = 值
@ -69,6 +70,7 @@ graph LR
\*
5 引用
> 渲染引用 --[引用来源]
6 提纲
7 注释
7.1 强注释
@ -79,3 +81,15 @@ graph LR
7.2 弱注释
只有在 // 后面才会被移除
`// 代码中的注释弱不会被移除`
8 列表
8.1 有序列表
1. a
2. b
3. c
4. d
8.2 无序列表
- A
- B
- C
- D