Markdown By John Gruber

Markdown

Become a sponsor to JV-conseil Follow JV conseil on StackOverflow Follow JVconseil on Twitter Follow JVconseil on Mastodon Follow JV conseil on GitHub

Interesting and advanced features of Markdown πŸ‘‡

  1. Table of Content generation w/ <!-- omit in toc --> to ignore first-level heading.
  2. Image positioning: side-by-side, text-wrap, full-width.
  3. Markdown Lint rules enforcing.
  4. Footnotes [^1]
  5. Frontmatter allows you to specify metadata and options about how your project should behave or render.
  6. Code Block language convention starting with bash or py or js
  7. Table formatting w/ Markdown All in One VS Code extension.
  8. File Naming Convention… for convenient date sorting πŸ‘‰ How do you control the order in which files appear in a GitHub gist πŸ‘€
markdownlint by David Anson markdownlint
Markdown linting and style checking for Visual Studio Code scripts.
Markdown All in One by Yu Zhang Markdown All in One
All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more.
GitHub Markdown Preview by Matt Bierner 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: by Matt Bierner :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 πŸ‘‡

  1. ~/GitHub/<owner>/<repo>/.vscode/settings.json
  2. ~/Library/Application Support/Code/User/settings.json

References πŸ“š

  1. Markdown and Visual Studio Code several Markdown-specific features that help you be more productive.
  2. GitHub Flavored Markdown Style Guide to create sophisticated formatting for your prose and code on GitHub with simple syntax ✍️
  3. Markdown Syntax by John Gruber co-creator of the Markdown markup language πŸ–‹οΈ
  4. Markdown Tutorial - En FranΓ§ais πŸ‡«πŸ‡·

Sponsorship

If this project helps you, you can offer me a cup of coffee β˜•οΈ :-)

Become a sponsor to JV-conseil