https://github.com/ctf0/vscode-markdown-enhancers
https://github.com/ctf0/vscode-markdown-enhancers
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctf0/vscode-markdown-enhancers
- Owner: ctf0
- License: gpl-3.0
- Created: 2022-11-19T06:35:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T07:31:40.000Z (about 3 years ago)
- Last Synced: 2024-10-11T12:18:59.259Z (over 1 year ago)
- Language: TypeScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Markdown Enhancers
- support code **hover** & **lens** of `Run | Copy` for code blocks
- support indented code blocks
- support hovering nested lines in code blocks (line must start with `$`)
## Notes
- there is no way to know if the code block is executable or not, therefor `Run | Copy` are always available
- code blocks with any of the below will be cleaned b4 being *executed* or *copied*
- starts with dollar sign `$`
- end with a comment `// ...` or `/* ...`
- decorated links hover doesnt work https://github.com/microsoft/vscode/issues/105302