feat: add vim.md regex.md cheatsheet.

This commit is contained in:
jaywcjlove
2022-10-02 03:23:32 +08:00
parent f7f71e5070
commit 9ff36a3ac3
14 changed files with 1788 additions and 26 deletions

View File

@ -147,6 +147,35 @@ function () {}
<!--rehype:style=background:#e91e63;-->
```
### 快捷键样式
| Key | value |
| ---- | ---- |
| `快捷键` | 说明 |
| `快捷键` | 说明 |
<!--rehype:className=shortcuts-->
列表添加 `<!--rehype:className=shortcuts-->` 样式类,展示快捷键样式。
### 内置类样式
:- | -
:- | -
`shortcuts` | 快捷键样式
`wrap-text` | 超出换行
`show-header` | 展示表头
<!--rehype:className=shortcuts-->
### 颜色标签
:- | -
:- | -
`<yel>` | 黄色
`<pur>` | 紫色
`<code>`<code>\`\`</code> | 绿色
<!--rehype:className=shortcuts-->
布局
---