当前位置:网站首页>MarkDown——基本使用语法
MarkDown——基本使用语法
2022-06-28 10:15:00 【Nanchen_42】
将下列代码放入md即可预览效果
# RUNOB Markdown Test
## Hello World!
### RUNOB Markdown
11
*斜体*
**粗体**
********************************
~~删除~~
<u>下划线</u>
12323[^重要的文本]
+ 第一项
+ 第二项
1. 123
- 123 // 空四个格
$\color{#FF0000}{红}$
$\color{#FFFF00}{黄}$
$\color{#00FF00}{绿}$
$\color{#0000FF}{蓝}$
$\color{#00FFFF}{靛}$
$\color{#FF00FF}{紫}$
<font face="微软雅黑" size = 7 color = red > **MarkDown** </font>
==标记==
> 区块
> 区块
> 区块
>最外层
>> 第一层
>>> 第三层
---
>区块列表
```javascript
var result =12;
```
```ts
let num:number = 123;
```
```javascript
$(document).ready(function() {
alert(result);
})
```
<!-- 链接 -->
这是一个链接 [南辰Web](https://blog.csdn.net/nanchen_J?type=blog)
直接引入网址<https://blog.csdn.net/nanchen_J?type=blog>
***
<!-- 图片 -->

<!-- 表格 -->
| 表头 | 表头 |
| :---- | ---- |
|单元格|单元格二|
|单元格|单元格二|
1. -: 设置内容和标题栏居右对齐。
2. :- 设置内容和标题栏居左对齐。
3. :-: 设置内容和标题栏居中对齐。
[表情](https://www.webfx.com/tools/emoji-cheat-sheet/)
[:emojisense插件下载](https://marketplace.visualstudio.com/items?itemName=bierner.emojisense)
快捷键 ctrl+i
下面是效果:




边栏推荐
- Google开源依赖注入框架-Guice指南
- 丢弃 Tkinter!简单配置快速生成超酷炫 GUI!
- 港伦敦金行情走势图所隐藏的信息
- Please consult me. I run the MYSQL to MySQL full synchronization of flykcdc in my local ide. This is in my local ide
- The boss asked me to write an app automation -- yaml file reading -- with the whole framework source code attached
- 股票开户用中金证券经理发的开户二维码安全吗?知道的给说一下吧
- Is it safe to open an account with the QR code of CICC securities? Tell me what you know
- 爬虫小操作
- Ble Bluetooth module nrf518/nrf281/nrf528/nrf284 chip scheme comparison
- Dbeaver installation and use tutorial (super detailed installation and use tutorial)
猜你喜欢

Application of X6 in data stack index management

Ideal interface automation project

Several methods of using ABAP to operate Excel

etf持仓如何影响现货金价?

linux中源码安装mysql数据库(centos)

Training and recognition of handwritten digits through the lenet-5 network built by pytorch

Missed the golden three silver four, found a job for 4 months, interviewed 15 companies, and finally got 3 offers, ranking P7+

An error is reported when uninstalling Oracle

【OpenCV 例程200篇】213. 绘制圆形

bye! IE browser, this route edge continues to go on for IE
随机推荐
Teach you how to handle the reverse SVG mapping of JS
2022 Wu Enda machine learning specialization week 2 practice lab: linear expression
手把手教你处理 JS 逆向之 SVG 映射
物联网无线通信应用中6种融合定位技术
栈的弹出压入序列<难度系数>
Chapter 5 trees and binary trees
AQS理解
Training and recognition of handwritten digits through the lenet-5 network built by pytorch
Dotnet uses crossgen2 to readytorun DLL to improve startup performance
Idea failed to connect to SQL Sever
【OpenCV 例程200篇】213. 绘制圆形
Solve the problem that the value of the action attribute of the form is null when transferring parameters
bad zipfile offset (local header sig)
用 Compose 实现个空调,为你的夏日带去清凉
一种跳板机的实现思路
Realization of a springboard machine
Dear leaders, ask me if MySQL does not support early_ Offset mode? Unsupported star
增强 Jupyter Notebook 的功能,这里有四个妙招
sqlcmd 连接数据库报错
[Unity][ECS]学习笔记(二)