Welcome to the Visual Studio Code extension for Markdown.
MarkdownExample contains all the syntax of markdown.
Together with other visualization extension(Markdown Preview Enhanced) you never need to worry about forgetting syntax again!
How to use
Open any md file, right click the mouse to see the menu MarkdownExample
or
Enter >Markdownexample in the Command Center
The following is the extensions project complete project, for developers to refer to Github Code
generator-code 模块是 VS Code 扩展生成器,与 yo 配合能构建 VsCode 插件项目
运行yo code创建项目
选择 New Extension(JavaScript)
输入项目名称 MarkdownExample
输入项目ID MarkdownExample
输入项目描述 Full Markdown Example
? What type of extension do you want to create? New Extension (JavaScript)
? What's the name of your extension? MarkdownExample
? What's the identifier of your extension? MarkdownExample
? What's the description of your extension? Full Markdown Example
? Enable JavaScript type checking in 'jsconfig.json'? Yes
? Initialize a git repository? Yes
? Which package manager to use? npm