Markdown editor -Typora

You can use Markdown is a plain text editor written in a markup language, a simple markup syntax, it can make the plain text content has a certain format, the goal is to achieve easy to read and write.

Reference Fan

[百度一下,你就知道][]https://www.baidu.com/          # 第二个括号内可任意填写(不显)
```
[百度一下,你就知道][]https://www.baidu.com/

快速链接
```
<http://www.baidu.com>
PS:按住Ctrl点击链接可直接打开。
```

#数学公式(简)
```
Typora支持加入用LaTeX写成的数学公式,并且在软件界面下用MathJax直接渲染。
```
*1.行内公式(inline math),可以在偏好设置中单独打开,由一个美元符号将公式围起来;name=\prod \frac{1}{i^2}$
*2.行外公式,直接按Ctrl+Shift+M;(双$+回车也可做到)
```
注:上标和下标可以使用数学表达式来获取
```
#其余

引用
```
>+空格    或按快捷键Ctrl+Shift+Q
```
注释
要添加注释的文字
```
这是我们的标号[^1]
[^1]:标号的含义
```
表情

```
:单词:
```
目录
```
[TOC]
```
Typora快捷键整合
```
Ctrl+1  一阶标题    Ctrl+B  字体加粗
Ctrl+2  二阶标题    Ctrl+I  字体倾斜
Ctrl+3  三阶标题    Ctrl+U  下划线
Ctrl+4  四阶标题    Ctrl+Home   返回Typora顶部
Ctrl+5  五阶标题    Ctrl+End    返回Typora底部
Ctrl+6  六阶标题    Ctrl+T  创建表格
Ctrl+L  选中某句话   Ctrl+K  创建超链接
Ctrl+D  选中某个单词  Ctrl+F  搜索
Ctrl+E  选中相同格式的文字   Ctrl+H  搜索并替换
Alt+Shift+5 删除线 Ctrl+Shift+I    插入图片
Ctrl+Shift+M    公式块 Ctrl+Shift+Q    引用

注:一些实体符号需要在实体符号之前加”\”才能够显示
```

 

First, the advantages of Typora
simple and beautiful
live preview
extended syntax
cross-platform
free 

Second, the main function introduces
a special label text 1.
(1) Title
Title is "#" to achieve, in front of the title plus a "#", on behalf of a title; and so on, the title preceded by six "#" represents six title; a total of six titles, edit various documents quite enough.

(2) underline
the shortcut keys Ctrl + u, underscore function can be realized.

(3) emphasize
respectively plus two "*" sign in the front and rear to emphasize content.

(4) in italics
before and after the contents were added a "*" sign.

(5) strikethrough
first converted to text input, respectively, plus two "-" sign before and then the content.

(6) Highlight
longitudinal contents were added two "=."

2.list
(1) an ordered list
enter the number "1" + "." + Space, automatically starts an ordered list.

(2) unordered list
, enter "+" or "-" or "*" + space, automatically starts an unordered list.

3.table
Ctrl + T, the pop-up dialog box, select the number of ranks, automatically generated list. 
Also on the table can be easily edited.

4. parting line
input of three or more, "-" ( "*"), then press the Enter key, a split line appears.

5. Insert
(1) picture
into the local picture: you can drag images directly; 
into the network picture: [Image title] (image link)!. 


(2) Link
[Link Tips] + (link address).

(3) mathematical formula
"$$" + Enter.

(4) Code
inline Code: Code both ends of each plus a "` "number, (Tab key in the above text input). 
Block: three input "-", pressing the Enter key, the programming language can be selected. 


Third, the output file in multiple formats
Typora file import / export function to convert Markdown source Pandoc use different file formats into
four Download
Typora official website Download: HTTPS: //typora.io/ 
pandoc Download: http: // pandoc .org / installing.html

Guess you like

Origin blog.csdn.net/yuhaibao324/article/details/91476225