An open API service indexing awesome lists of open source software.

https://github.com/ctf0/vscode-markdown-enhancers


https://github.com/ctf0/vscode-markdown-enhancers

Last synced: over 1 year ago
JSON representation

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