当前位置:网站首页>Markdown tutorial
Markdown tutorial
2022-07-02 15:22:00 【minseo】
Reference resources :https://www.runoob.com/markdown/md-tutorial.html
Markdown course
Markdown It's a lightweight markup language , It allows people to write documents in plain text format that is easy to read and write .
Markdown Language in 2004 By John · Gruber ( English :John Gruber) establish .
Markdown The written documents can be exported HTML 、Word、 Images 、PDF、Epub And so on .
Markdown The suffix of the document is .md, .markdown.
Markdown application
Markdown Can be used to write e-books , Such as :Gitbook.
At present, many websites are widely used Markdown To write help documents or to post messages on forums . for example :GitHub、 Simple books 、reddit、Diaspora、Stack Exchange、OpenStreetMap 、SourceForge etc. .
Editor
This tutorial will use VSCode Editor to explain Markdown The grammar of ,VSCode Support MacOS 、Windows、Linux platform , And contains a variety of themes .
VSCode By default, it is integrated Markdown Document editing plug-in , Native supports highlighting Markdown The grammar of .
VSCode( Full name :Visual Studio Code) Is a cross platform free source code editor developed by Microsoft .
- VScode Official website address : https://code.visualstudio.com/
install markdown Preview extension
Extended search
markdown preview enhanced
- 1.
New test file RUNOOB.md The contents are as follows
# RUNOOB Markdown Test
## Hello World!
- 1.
- 2.
md The file is plain text , Can be in vs Next live preview
VSCode Real-time Preview
If you need to markdown To PDF、 picture 、HTML And other formats can also be implemented by installing the corresponding plug-ins .
边栏推荐
- C RichTextBox controls the maximum number of lines displayed
- 12_Redis_Bitmap_命令
- 牛客练习赛101
- The traversal methods of binary tree mainly include: first order traversal, middle order traversal, second order traversal, and hierarchical traversal. First order, middle order, and second order actu
- Record an error report, solve the experience, rely on repetition
- Leetcode - Search 2D matrix
- How does the computer set up speakers to play microphone sound
- How to test tidb with sysbench
- 原则、语言、编译、解释
- 04_ 栈
猜你喜欢
随机推荐
Huffman tree: (1) input each character and its weight (2) construct Huffman tree (3) carry out Huffman coding (4) find hc[i], and get the Huffman coding of each character
Solution of Queen n problem
语义分割学习笔记(一)
Have you learned the wrong usage of foreach
实用调试技巧
Introduction to C language -- array
二叉树的遍历方式主要有:先序遍历、中序遍历、后序遍历、层次遍历。先序、中序、后序其实指的是父节点被访问的次序。若在遍历过程中,父节点先于它的子节点被访问,就是先序遍历;
C#延时、在线程中开启定时器、获取系统时间
The traversal methods of binary tree mainly include: first order traversal, middle order traversal, second order traversal, and hierarchical traversal. First order, middle order, and second order actu
Sharp tool SPL for post SQL calculation
C语言实现N皇后问题
[untitled] leetcode 2321 Maximum score of concatenated array
10_Redis_geospatial_命令
Map介绍
Huawei interview question: no palindrome string
Record an error report, solve the experience, rely on repetition
TiDB 环境与系统配置检查
Mavn builds nexus private server
[noi Simulation Competition] scraping (dynamic planning)
Tidb data migration scenario overview