markdown基本语法

Posted 揭航

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown基本语法相关的知识,希望对你有一定的参考价值。

markdown基本语法

改变字体颜色

我是红色
我是绿色
我是蓝色
我是尺寸
我是黑体,绿色,尺寸为5

<font color=red>我是红色</font>
<font color=#008000>我是绿色</font>
<font color=Blue>我是蓝色</font>
<font size=5>我是尺寸</font>
<font face="黑体" color=green size=5>我是黑体,绿色,尺寸为5</font>

快捷键

快捷键含义
Ctrl + L超链接
Ctrl + M高亮
Ctrl + Q引用
Ctrl + K代码块
Ctrl + /公式快
Ctrl + O任务列表
Ctrl + Shift + o无序列表
Ctrl + p有序列表
Ctrl + B加粗
Ctrl + i斜体
Ctrl + T表格
Ctrl + K回到正中间
F5文件树
F3大纲
Ctrl + '下划线
Ctrl + y清除样式
Ctrl + Shift + i插入图像
  "keyBinding": 
    // for example: 
    // "Always on Top": "Ctrl+Shift+P"
    // All other options are the menu items 'text label' displayed from each typora menu
	"Code Fences": "Ctrl+K",
	"Math Block": "Ctrl+/",
	"Ordered List": "Ctrl+I",
	"Unordered List": "Ctrl+U",
	"源代码模式": "",
	"超链接": "Ctrl+L",
	"高亮": "Ctrl+M",
	"引用": "Ctrl+Q",
	"斜体": "Ctrl+;",
	"下划线": "Ctrl+'",
	"清除样式":"",
	"大纲": "F3",
	"文件树":"F5",
	"有序列表":"Ctrl+P",
	"无序列表":"Ctrl+Shift+O",
	"任务列表": "Ctrl+O"
	"关闭": "Ctrl+Shift+W"
	"注释": "Ctrl+Shift+/"
  ,

以上是关于markdown基本语法的主要内容,如果未能解决你的问题,请参考以下文章

markdown基本语法

markdown [Markdown基本语法]#学习笔记

markdown Markdown基本语法

MarkDown的基本语法

markdown基本语法

Markdown基本语法