Skip to content

Commit

Permalink
Update markdown.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JV-conseil committed May 22, 2024
1 parent 46212bf commit cc7a057
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ Interesting and advanced features of Markdown πŸ‘‡
3. Markdown Lint rules enforcing.
4. Footnotes `[^1]`
5. [Frontmatter](https://mystmd.org/guide/frontmatter#) allows you to specify metadata and options about how your project should behave or render.
6. Code Block language convention ` ```bash` or ` ```py` or ` ```js`
6. Code Block language convention starting with `bash` or `py` or `js`
7. Table [formatting](https://github.com/yzhang-gh/vscode-markdown?tab=readme-ov-file#github-flavored-markdown "Table formatter") w/ [Markdown All in One](https://marketplace.visualstudio.com/items?itemName=yzhang.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](https://stackoverflow.com/a/17668995/2477854 "How do you control the order in which files appear in a GitHub gist") πŸ‘€

## Recommended VS Code extensions βš™οΈ

| <img src="https://davidanson.gallerycdn.vsassets.io/extensions/davidanson/vscode-markdownlint/0.55.0/1713329425871/Microsoft.VisualStudio.Services.Icons.Default" alt="markdownlint by David Anson" width="100" style="margin:.5rem"> | [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)<br>Markdown linting and style checking for Visual Studio Code scripts. |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <img src="https://yzhang.gallerycdn.vsassets.io/extensions/yzhang/markdown-all-in-one/3.6.2/1705324444519/Microsoft.VisualStudio.Services.Icons.Default" alt="Markdown All in One by Yu Zhang" width="100" style="margin:.5rem"> | **[Markdown All in One](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one)**<br>All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more. |
| <img src="https://bierner.gallerycdn.vsassets.io/extensions/bierner/github-markdown-preview/0.3.0/1651533762167/Microsoft.VisualStudio.Services.Icons.Default" alt="Markdown All in One by Yu Zhang" width="100" style="margin:.5rem"> | **[GitHub Markdown Preview](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one)**<br>Changes VS Code's built-in markdown preview to match GitHub. This is an extension pack of the following VS Code markdown preview extensions. |
| <img src="https://bierner.gallerycdn.vsassets.io/extensions/bierner/emojisense/0.10.0/1686035362121/Microsoft.VisualStudio.Services.Icons.Default" alt="Markdown All in One by Yu Zhang" width="100" style="margin:.5rem"> | **[:emojisense:](https://marketplace.visualstudio.com/items?itemName=bierner.emojisense)**<br>Adds suggestions and autocomplete for emoji. |
| <img src="https://davidanson.gallerycdn.vsassets.io/extensions/davidanson/vscode-markdownlint/0.55.0/1713329425871/Microsoft.VisualStudio.Services.Icons.Default" alt="markdownlint by David Anson" width="100" style="margin:.5rem"> | [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)<br>Markdown linting and style checking for Visual Studio Code scripts. |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="https://yzhang.gallerycdn.vsassets.io/extensions/yzhang/markdown-all-in-one/3.6.2/1705324444519/Microsoft.VisualStudio.Services.Icons.Default" alt="Markdown All in One by Yu Zhang" width="100" style="margin:.5rem"> | **[Markdown All in One](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one)**<br>All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more. |
| <img src="https://bierner.gallerycdn.vsassets.io/extensions/bierner/github-markdown-preview/0.3.0/1651533762167/Microsoft.VisualStudio.Services.Icons.Default" alt="GitHub Markdown Preview by Matt Bierner" width="100" style="margin:.5rem"> | **[GitHub Markdown Preview](https://marketplace.visualstudio.com/items?itemName=bierner.github-markdown-preview)**<br>Changes VS Code's built-in markdown preview to match GitHub. This is an extension pack of the following VS Code markdown preview extensions. |
| <img src="https://bierner.gallerycdn.vsassets.io/extensions/bierner/emojisense/0.10.0/1686035362121/Microsoft.VisualStudio.Services.Icons.Default" alt=":emojisense: by Matt Bierner" width="100" style="margin:.5rem"> | **[:emojisense:](https://marketplace.visualstudio.com/items?itemName=bierner.emojisense)**<br>Adds suggestions and autocomplete for emoji. |

Recommended VS Code extensions in `~/GitHub/<owner>/<repo>/.vscode/extensions.json` πŸ‘‡

Expand Down

0 comments on commit cc7a057

Please sign in to comment.