Skip to content

Commit

Permalink
chore: add MDX plugin for VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
vivshaw committed Dec 27, 2024
1 parent 25449a9 commit 8f36ee1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"recommendations": ["esbenp.prettier-vscode", "GitHub.vscode-github-actions"]
"recommendations": [
"esbenp.prettier-vscode",
"GitHub.vscode-github-actions",
"unifiedjs.vscode-mdx"
]
}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&ut
- [ ] There's an error with `'` and `"` in Prism code blocks of unknown language
- [ ] Make `code` blocks more legible
- [ ] Nicer component for loading images in MDX?
- [ ] Actual dev env support for MDX
- [ ] Line numbers in code blocks
- [ ] Code block highlights
- [ ] Code block styles for CLI
Expand Down

0 comments on commit 8f36ee1

Please sign in to comment.