当前位置:网站首页>Markdown skill tree (9): tables
Markdown skill tree (9): tables
2022-06-29 07:27:00 【programmer_ ada】
Markdown The skill tree (9): form
stay Markdown The syntax requirements for creating tables in are as follows :
- The first row contains the header , And use " A vertical bar "( | ) Separate
- The title of the second row is separated from the cell , And must contain three or more dashes
- The third row and any subsequent rows contain cell values
It should be noted that :
- Can't be in
MarkdownSeparate cells into rows , They must remain single line , if necessary , You can also useHTML<br>The tag enforces a line break on the content - The length of the second line of cells does not need to be consistent with the title , But you must use a vertical line (
|) Separate - You can have blank cells
for example :
| header 1 | header 2 | header 3 |
|---|---|---|
| cell 1 | cell 2 | cell 3 |
| cell 4 | cell 5 is longer | cell 6 is much longer than the others, but that’s ok. It will eventually wrap the text when the cell is too large for the display size. |
| cell 7 | cell 9 |
in addition , You can add a colon (:), Specify the text alignment for each column , such as :
| Column 1 | Column 2 |
|---|---|
| centered Center text | right-aligned The text is on the right |
among :
:--:There are colons at both ends Content and title bar Align center:---Left colon indicates Content and title bar Align left---:The right colon indicates Content and title bar Align right
Summary
Let's review form The knowledge of it :
- The first row contains the header , And use " A vertical bar "( | ) Separate
- The title of the second row is separated from the cell , And must contain three or more dashes
- The third row and any subsequent rows contain cell values
- Can't be in
MarkdownSeparate cells into rows , They must remain single line - You can have blank cells
边栏推荐
猜你喜欢

Ci tool Jenkins II: build a simple CI project

机器学习笔记 - 时间序列使用机器学习进行预测

mmclassification安装与调试

How to talk about salary correctly in software test interview?

反射修改final

The realization of changing pop-up background at any time

JVM系列之对象深度探秘

Tree drop-down selection box El select combined with El tree effect demo (sorting)

Unexpected exception ... code: Badrequest when downloading Xilinx 2018.2

【FreeRTOS】中断机制
随机推荐
In vscade, how to use eslint to lint and format
NoSQL數據庫之Redis(五):Redis_Jedis_測試
关于工作方法和高效工作的建议
期末总结——Spark
1183:病人排队
NoSQL数据库之Redis(四):Redis的发布和订阅
MIPS指令集与简要分析
Instanceklass "suggestions collection" of hotspot class model
uva10635
Suggestions on working methods and efficient work
Exploring the depth of objects in JVM series
Crawler data analysis (introduction 2-re analysis)
Markdown 技能树(5):图片
mmclassification安装与调试
数字ic设计——UART
Redis of NoSQL database (II): introduction to redis configuration file
NoSQL数据库之Redis(一):安装 & 简介
SAP UI5 初学 ( 一 )、简介
Two ways to write throttling - recently seen
idea控台中文乱码问题【亲测有效】