[Deprecated]: this repo has been moved to https://github.com/Microsoft/vscode-docs-authoring/tree/master/docs-preview, and please install it from: https://marketplace.visualstudio.com/items?itemName=docsmsft.docs-preview
Markdown preview tool that supports docfx flavored markdown and CommonMark syntax.
Press F1
, type ext install markdocs
Note You need enable quickSuggestions for markdown as shown below in user perference, because markdown snippets are not shown up automatically in vscode by default:
"[markdown]": { "editor.quickSuggestions": true },
- File inclusion
[!include [title](path)]
- Code snippet
[!code-language[name](path)]
- Note/Warning/Tip/Important/Caution block
> [!NOTE] > content >
- Tabbed content
# [tab title](#tab/tab-id-1) tab content # [tab title](#tab/tab-id-2) tab content ***
- Row extension
:::row::: :::column::: content :::column-end::: :::column::: content :::column-end::: :::row-end:::
- Enable TypeScript linter
- Supports bidirectional scrolling
- Guideline to customize CSS
- Reduce the size of runtime dependency if dotnet core has already been installed