简单规范的文档编辑方法:vscode+markdown

简单规范的文档编辑方法:vscode+markdown

这是二级标题

这是正文
正文加粗快捷键ctrl + b
斜体用单星号斜体

这是三级标题:关于图片操作

图片粘贴
ctrl + alt + V

图片插入
!【】()

关于公式的编辑

ctrl+m 两次,单起一行公式
lim ⁡ x → ∞ s i n ( t ) x = 1 \lim_{x\to\infin}\frac{sin(t)}{x}=1 xlimxsin(t)=1

ctrl+m 一次,接着光标插入公式 sin ⁡ ( x − 1 y ) \sin(\frac{x-1}{y}) sin(yx1)

关于表格的编辑

编号姓名年龄
1bai30
格式化表格

alt + shift + f
左对齐| :---- |: ---- | :---- |
右对齐| ---- :| ---- :| ---- :|
居中对齐| :----:|: ---- :| :----: |

关于代码块的插入

parser.add_argument('dataset_name_or_id', type=str, default='Dataset502_Heart',
                        help="Dataset name or ID to train with")
parser.add_argument('configuration', type=str, default='3d_fullers',
                        help="Configuration that should be trained")
parser.add_argument('fold', type=str, default='0',
                        help='Fold of the 5-fold cross-validation. Should be an int between 0 and 4.')

关于流程图、思维导图的生成

```mermaid
graph LR
    算数arithmetic类型---整型
    整型---id3["bool, char"]
    算数arithmetic类型---浮点型
    整型---符号整型
    符号整型---forSpaceUse1["signed char, short, int, long, long long(C++11)"]
    整型---无符号整型
    无符号整型---符号整型的无符号版本
    整型---forSpaceUse3["wchar_t, char16_t(C++11), char32_t(C++11)"]
    浮点型---forSpaceUse2[float, double, long double]
```【最后删掉这个括号】
算数arithmetic类型
整型
bool, char
浮点型
符号整型
signed char, short, int, long, long long(C++11)
无符号整型
符号整型的无符号版本
wchar_t, char16_t(C++11), char32_t(C++11)
float, double, long double

关于链接的插入

这是一个有用的学习参考链接1链接2
选中文字上Ctrl + V 给文字上添加链接

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值