来生信星球的第一天
对Typora的下载
显示寻找了markdown的官网想按照任务那里下载,但是看到豆豆在简书里对于这个的分享,刚好看到有中文版的,就下载了,但是发现界面运用和豆豆文章里的截图不同,又去官网里重新下载了原始版本。
对于Typora的学习
快捷键的应用
由于家里网速有点慢,所以我只能用这个中文版本的练习,练习快捷键
ctrl+1-6是指定标题的级别,加粗 ,<u style="box-sizing: border-box;">下划线</u> ,斜体 ,删除线,
代码(不是自己写的)
<pre spellcheck="false" class="md-fences md-end-block ty-contain-cm modeLoaded" lang="python" cid="n41" mdtype="fences" style="box-sizing: border-box; overflow: visible; font-family: var(--monospace); font-size: 0.9em; display: block; break-inside: avoid; text-align: left; white-space: normal; background-image: inherit; background-position: inherit; background-size: inherit; background-repeat: inherit; background-attachment: inherit; background-origin: inherit; background-clip: inherit; background-color: rgb(248, 248, 248); position: relative !important; border: 1px solid rgb(231, 234, 237); border-radius: 3px; padding: 8px 4px 6px; margin-bottom: 15px; margin-top: 15px; width: inherit; color: rgb(51, 51, 51); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">def f372(bottom,allowed):
n=len(bottom)
d={}
for e in allowed:
d[e[:-1]]=d.get(e[:-1],[])+[e[-1]]</pre>
短代码的快捷键打不出来~
引用
丹妮小可爱呀
列表
有序列表
?
?
?
无序列表
1
2
3
表格
添加链接
图片
我的这个界面是这样的,和豆豆分享的好像不太一样