Markdown
Interesting and advanced features of Markdown π
- Table of Content generation w/
<!-- omit in toc -->
to ignore first-level heading. - Image positioning: side-by-side, text-wrap, full-width.
- Markdown Lint rules enforcing.
- Footnotes
[^1]
- Frontmatter allows you to specify metadata and options about how your project should behave or render.
- Code Block language convention starting with
bash
orpy
orjs
- Table formatting w/ Markdown All in One VS Code extension.
- File Naming Conventionβ¦ for convenient date sorting π How do you control the order in which files appear in a GitHub gist π
Recommended VS Code extensions βοΈ
markdownlint Markdown linting and style checking for Visual Studio Code scripts. | |
---|---|
Markdown All in One All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more. | |
GitHub Markdown Preview Changes VS Code's built-in markdown preview to match GitHub. This is an extension pack of the following VS Code markdown preview extensions. | |
:emojisense: Adds suggestions and autocomplete for emoji. |
Recommended VS Code extensions in ~/GitHub/<owner>/<repo>/.vscode/extensions.json
π
{
"recommendations": [
"bierner.emojisense",
"davidanson.vscode-markdownlint",
"yzhang.markdown-all-in-one",
"bierner.github-markdown-preview",
]
}
Review your VS Code settings in π
~/GitHub/<owner>/<repo>/.vscode/settings.json
~/Library/Application Support/Code/User/settings.json
References π
- Markdown and Visual Studio Code several Markdown-specific features that help you be more productive.
- GitHub Flavored Markdown Style Guide to create sophisticated formatting for your prose and code on GitHub with simple syntax βοΈ
- Markdown Syntax by John Gruber co-creator of the Markdown markup language ποΈ
- Markdown Tutorial - En FranΓ§ais π«π·
Sponsorship
If this project helps you, you can offer me a cup of coffee βοΈ :-)