老男孩 day_1 笔记

  1. ​ 1.+Tab
  2. Python官网 www.python.org

​ typora官网www.typora.iopython

  1. 标题(最多有6级标题)

​ 一级标题 #+space+内容 或Ctrl+1(typora专属快捷键)字体

​ 二级标题 ##+space+内容 或Ctrl+2(typora专属快捷键)spa

  1. 字体

(转义字符:一些字母前加"\"来表示常见的那些不能显示的ASCII字符,如\0,\t,\n等,就称为转义字符)code

文字加粗 **+内容+**(str) _+_+内容+_+_(str)blog

文字斜体 *+内容+*(str) _+(内容)+_ (str图片

文字加粗斜体 ***+内容+*** _+_+_+内容+_+_+_ (str)io

幂运算 **class

文字高亮:==内容==im

  1. 无序内容拖拽

    • 同时按住 - + Tab
  2. 插入表格

    Ctrl+T

  3. 插入代码框

    ```python ( 三个点 +语言 )#用python语言的代码框

    print("hello world")
  4. 添加照片

截图(复制)而后粘贴
ps:也可将图片直接拖拽进来,自动生成连接

sstr

str

str

str

strs

str

**sdf**

*str*

str

__str__

相关文章
相关标签/搜索