Are you also using the powerful Vscode software? Maybe you are struggling with how to use Vscode to edit Markdown. Don't worry, PHP editor Xiaoxin has prepared detailed tutorials for you and will answer them one by one in the following content.
How to edit Markdown with Vscode? How to edit Markdown with Vscode
First open the Vscode editor.
Press Ctrl+S to save, select the save directory, set the file name to md file, and click Save.
The Markdown file is created in this way, click "Open Side Preview" on the right.
In this way, when we edit in Vscode, we can view the Markdown effect on the right side at the same time
Set the title: Enter # sign + space or tab + text. There are six levels of titles corresponding to six # signs.
List: Use *, -, + followed by a space or Tab to enter an unordered list; use numbers followed by . and then press the space or Tab key to create an ordered list.
Single line of code: Each code is wrapped with one backtick.
Code block: The code is each wrapped with three backticks, and the backticks on both sides occupy a separate line
The above is the detailed content of How to edit Markdown in Vscode How to edit Markdown in Vscode. For more information, please follow other related articles on the PHP Chinese website!