Typora是一款超简洁的markdown编辑器,具备以下特色:javascript
在文章最上方输入---,按换行键产生,输入内容便可css
输入+换行键,产生标题,自动更新html
[toc]
[TOC]java
按换行键创建新的一行
可在行尾插入打断线,禁止向后插入python
按换行键创建新的一行<br/>
开头#的个数表示,空格+文字。标题有1~6个级别,#表示开始,按换行键结束linux
# H1 ## H2 ###### H6
开头>表示,空格+文字,按换行键换行,双按换行跳出shell
> ni > > ni hao
nijson
niniwindows
开头*/+/-,空格+文字,能够建立无序序列,换行键换行,删除键+shift+tab跳出bash
开头1.,空格+后接文字,能够建立有序序列
* Red + Green - Blue 1. Red 2. Green 3. Blue
开头序列+空格+[ ]+空格+文字,换行键换行,删除键+shift+tab跳出
- [ ] a + [ ] b * [ ] c - [x] completed
[ ] a
[ ] b
[ ] c
[x] d
开头```+语言名,开启代码块,换行键换行,光标下移键跳出
```python ```
使用MtathJax创建数学公式
开头$$+换行键,产生输入区域,输入Tex/LaTex格式的数学公式
$$ $$
$$
\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix}
\mathbf{i} & \mathbf{j} & \mathbf{k} \
\frac{\partial X}{\partial u} & \frac{\partial Y}{\partial u} & 0 \
\frac{\partial X}{\partial v} & \frac{\partial Y}{\partial v} & 0 \
\end{vmatrix}
$$
开头|+列名+|+列名+|+换行键,建立一个2*2表格
将鼠标放置其上,弹出编辑尺寸,个数,文字等
|first|second|
first | second |
---|---|
在须要添加脚注的文字后面+[+^+序列+],注释的产生能够鼠标放置其上单击自动产生,添加信息
或人工添加+[+^+序列+]+:
脚注产生的方法[^footnote].
[^footnote]:这个就是*脚注*
脚注产生的方法1.
输入***/---,换行键换行
*** ---
单击连接,展开后可编辑
ctr+单击,打开连接
用[]括住要超连接的内容,紧接着用()括住超连接源+名字,超连接源后面+超连接命名
This is [an example](http://example.com/ "Title") inline link. [This link](http://example.net/) has no title attribute.
This is an example inline link.
This link has no title attribute.
使用[+超连接文字+]+[+标签+],建立可定义连接
This is [an example][id] reference-style link. Then, anywhere in the document, you define your link label like this, on a line by itself: [id]: http://example.com/ "Optional Title Here"
Baidu
And then define the link:
Google
And then define the link:
用<>括住url,可手动设置url
对于标准URLs,可自动识别
<i@163.com> www.baidu.com
www.baidu.com
 
以**或__括住,建议双*
*single asterisks* _single underscores_
single asterisks
single underscores
开头双*或双_,结尾双*或双_,建议双*
**double asterisks** __double underscores__
double asterisks
double underscores
用两个~开头,两个~结尾
~~Mistaken text.~~
错误文字.
使用HTML标签
<u>Underline</u>
Underline
用两个`在正常段落总表示代码
Use the `printf()` function.
Use the printf()
function.
需 Preference
Panel -> Markdown
Tab启动,
输入$,而后按ESC键,以后输入Tex命令,可预览
$\lim_{x\to\infty}\exp(-x)=0$
$\lim_{x\to\infty}\exp(-x)=0$
需 Preference
Panel -> Markdown
Tab启动,
使用双~括住内容
H~2~O, X~long\ text~/
H~2~O,
X~long text~
需 Preference
Panel -> Markdown
Tab启动,
使用双^括住内容
X^2^
X^2^
需 Preference
Panel -> Markdown
Tab启动,
使用双==括住内容
==highlight==
==highlight==
脚注↩