当前位置:网站首页>Programming skills │ amazing syntax of advanced markdown editor
Programming skills │ amazing syntax of advanced markdown editor
2022-07-22 12:27:00 【Geek flying rabbit】
markdown Editor
markdown
Editor is an easy to read and write plain text format to write documents- Exclusive to programmers
markdown
Editor , You don't know how to use it yet - Anyway, if you want to get rid of the stereotyped article layout, use it
- There are some
markdown
The editor also provides a variety of topics , Make your article look very cool - And for the
picture
、Chart
、The mathematical formula
All have support. - Now basically all technology websites support the use of
Markdown
To write help documents or to post messages and comments on forums
Paragraph title
- grammar
# This is the first level title
## This is the secondary title
### This is a three-level title
#### This is the fourth level title
##### This is a five level title
###### This is a six level title
- effect
Font style
- grammar
** This is bold text **
* This is slanted text *
_ This is slanted text _
*** It's in bold and italics ***
**_ It's in bold and italics _**
~~ This is the text with strikeout ~~
- effect
This is bold text
This is slanted text
This is slanted text
It's in bold and italics
It's in bold and italics This is the text with strikeout
Paragraph references
- grammar
# You can recurse infinitely
> This is the quote
>> This is the quote
>>>>>>>>>> This is the quote
- effect
This is the quote
This is the quote
This is the quote
Separation line
- grammar
---
----
***
*****
- effect
Insert a picture
- grammar
# The first most common way to insert

# The second kind of picture with size

# The third kind of width determines the height of an equally proportional picture

# The fourth height determines the width of the proportionate picture

# The fifth kind of centered picture

# The sixth kind is centered and sized pictures

# The seventh picture on the right

- effect
Hyperlinks
- grammar
[ Link name ]( Hyperlink address )
# Example
[ Flying rabbit blog homepage ](https://autofelix.blog.csdn.net/)
- effect
Unordered list
- grammar
- List content
+ List content
* List content
- effect
- List content
- List content
- List content
Ordered list
- grammar
# Digital plus dot
1. List content
2. List content
3. List content
- effect
- List content
- List content
- List content
Insert code
- grammar
# Single line code syntax
` Code content `
# Multi line code syntax ,\ Need to get rid of
\```java ... Code content ... ... Code content ... ... Code content ... \```
- effect
public class _ {
public static void main(String[] args) {
System.out.println(" I'm brother flying rabbit ");
}
}
Insert table
- grammar
| full name | Age | grade |
|-|-|-|
| Geek flying rabbit |23| Freshman |
| Flying rabbit |28| Senior |
- effect
full name | Age | grade |
---|---|---|
Geek flying rabbit | 23 | Freshman |
Flying rabbit | 28 | Senior |
Code diff
- grammar
# among \ Need to get rid of
\```diff const unique = (arr) => {
- return Array.from(new Set(arr)) + return [...new Set(arr)] } \```
- effect
const unique = (arr) => {
- return Array.from(new Set(arr))
+ return [...new Set(arr)]
}
The mathematical formula
- grammar
# How to use in line formula
$E=mc^2$
# How to use block formula
$$H(D_2) = -\left(\frac{
2}{
4}\log_2 \frac{
2}{
4} + \frac{
2}{
4}\log_2 \frac{
2}{
4}\right) = 1$$
# matrix
$$
\begin{
pmatrix}
1 & a_1 & a_1^2 & \cdots & a_1^n \\
1 & a_2 & a_2^2 & \cdots & a_2^n \\
\vdots & \vdots & \vdots & \ddots & \vdots \\
1 & a_m & a_m^2 & \cdots & a_m^n \\
\end{
pmatrix}
$$
- effect
H ( D 2 ) = − ( 2 4 log 2 2 4 + 2 4 log 2 2 4 ) = 1 H(D_2) = -\left(\frac{2}{4}\log_2 \frac{2}{4} + \frac{2}{4}\log_2 \frac{2}{4}\right) = 1 H(D2)=−(42log242+42log242)=1
( 1 a 1 a 1 2 ⋯ a 1 n 1 a 2 a 2 2 ⋯ a 2 n ⋮ ⋮ ⋮ ⋱ ⋮ 1 a m a m 2 ⋯ a m n ) \begin{pmatrix} 1 & a_1 & a_1^2 & \cdots & a_1^n \\ 1 & a_2 & a_2^2 & \cdots & a_2^n \\ \vdots & \vdots & \vdots & \ddots & \vdots \\ 1 & a_m & a_m^2 & \cdots & a_m^n \\ \end{pmatrix} ⎝⎛11⋮1a1a2⋮ama12a22⋮am2⋯⋯⋱⋯a1na2n⋮amn⎠⎞
Footnotes
- grammar
- Please pull the footnotes to the bottom
Geek flying rabbit [^1] Committed to taking you to do something interesting [^2], I hope you can apply Markdown[^Ty] Editor to write
[^1]: Brother flying rabbit is a winner CSDN Field star 、 Alibaba cloud expert Blogger 、 Expert bloggers with various titles such as Huawei yunyun experts
[^2]: Of course, the interesting thing is to teach you how to roll yourself better
[^Ty]: Programmer specific editor , Don't tell me you can't use it yet
- effect
Geek flying rabbit 1 Committed to taking you to do something interesting 2, I hope you can apply Markdown3 Editor to write
flow chart
- grammar
```mermaid flowchat st=>start: Start op=>operation: Go to the homepage of brother flying rabbit's blog cond=>condition: yes / no ? e=>end st->op->cond cond(yes)->e cond(no)->op &```
- effect
边栏推荐
- [quick start Tutorial 4] crazy shell · open source formation UAV -openmv script burning
- Practical exercise | partition MySQL tables with Navicat
- day2 poc与exp学习之pikachu字符注入
- Morphology of machine learning foundation (5)
- Live broadcast at 19:00 next Tuesday | how to accurately select and quickly implement distributed databases in the financial scene?
- Flutter实战-自定义键盘(三)
- How to choose the primary key UUID, self incrementing ID and snowflake algorithm of MySQL? (glory Collection Edition)
- ECCV 2022 | interpret depth forgery detection by analyzing image matching
- Audio and video (III) - Deep Foundation Excavation
- 解锁CNN和Transformer正确结合方法,字节跳动提出有效的下一代视觉Transformer
猜你喜欢
Pikachu character injection for Day2 POC and exp learning
Opérations de déclaration des défauts
From the 5K monthly salary of Tencent outsourcing to the 15K monthly salary of transferred regular employees, who can understand the 168 days of sadness
Chang'an's new strongest SUV is coming. The interior is very three-dimensional, and the sense of science and technology is bursting
Network security -- esp8266 burn, test, erase WiFi killer (detailed tutorial, with download address of all tools)
Defect report operation
ospf综合实验
Free download! Databricks data insights: from introduction to practice
LSA type, OSPF optimization and topology configuration
Mapping of cyberspace assets
随机推荐
NFS服务
由淺入深詳解NLP中的Adapter技術
Analysis of the advantages of the LAAS scheme of elephant swap led to strong performance of ETOKEN
PKI体系快速了解
Oauth2.0 four authorization modes
Pikachu character injection for Day2 POC and exp learning
Actual combat of flutter - customized keyboard (III)
White whoring 1000 interview questions, you can face it after reading it
音视频(三)—深挖基础
photoshop 蒙版的使用
【FPGA教程案例34】通信案例4——基于FPGA的QPSK调制信号产生,通过matlab测试其星座图
Website online function and compatibility test gadget set
【oops-framework】时间管理
How does MySQL data 900w+ achieve from 17s to 300ms? Charm of SQL optimization (glory Collection Edition)
网络空间资产测绘
Morphology of machine learning foundation (5)
Network security -- esp8266 burn, test, erase WiFi killer (detailed tutorial, with download address of all tools)
spark学习笔记(一)——模拟分布式计算
Oracle 创建高级连接
Bloom filter and cuckoo filter (classic version)