当前位置:网站首页>Some writing skills commonly used in Markdown
Some writing skills commonly used in Markdown
2022-08-11 05:46:00 【FussyCat】
Common writing skills for writing .md files with Markdown
1. Drawing the table
There are two ways to draw tables with markdown, one is to use the pipe character "|" to draw, and the other is to use html format to draw.
1.1 Using the pipe character "|"
The syntax is as follows:
| Header A | Header B || ---- | ---- || cell 1 | cell 2 || cell 3 | cell 4 |
Effect:
Header A | Header B |
---|---|
Cell 1 | Cell 2 |
Cell 3 | Cell 4 |
1.2 in html format
class name StudentClass attribute property name Property Type Property Description name String Name age int Age grade int Age Introduction This is a Student class...
Effect:
class name | StudentClass | ||
---|---|---|---|
attribute | property name | Attribute Type | Attribute Description |
name | String | Name | |
age | int | Age | |
grade | int | Age | |
Introduction | This is a Student class... |
边栏推荐
猜你喜欢
看完这篇博客之后,含着泪学会了TCP/IP
第二篇 DS5 Armv8 样例工程报错之GCC编译
【CSDN21天学习挑战赛】第一天,配置环境外加实现mnist手写数字识别
(2) Docker installs Redis in practice (persistent AOF and RDB snapshots)
吃瓜教程task01 第2章 模型评估与选择
(3) How Redis performs stress testing
npm install 时报 npm ERR Cannot read properties of null (reading ‘pickAlgorithm‘)
QT GrabWindow截取屏幕
【win10+cuda7.5+cudnn6.0安装caffe③】编译及测试caffe
C语言结构体——位段概念的讲解
随机推荐
LeetCode1166.设计文件系统
我的四核Cortex-A53学习之路
C语言文件操作——数据文件类型、文件判断、文件缓冲区详解
CSDN 社区内容创作规范
C语言版通讯录——动态存储(进阶版)
[C language from elementary to advanced] Part 2 Initial C language (2)
C语言自定义数据类型——联合体
Visual Studio上一些Error的解决方案
一张图带你解读--如何从零开始学习接口自动化
flask框架学习:debug与配置项
RK3399上的Tengine实践笔记
普林斯顿概率论读本读书笔记(阅读中......)
Markdown 常用到的一些编写技巧
selenuim使用cookie登录京东
(2) Docker installs Redis in practice (persistent AOF and RDB snapshots)
(3) Construction of a real-time performance monitoring platform (Grafana+Prometheus+Node_explorer+Jmeter)
简单做份西红柿炒蛋778
做款好喝的茶饮~
(二)性能实时监控平台搭建(Grafana+Prometheus+Jmeter)
【背包】采药题解