Supported MIME types
Runme supports the standard VS Code MIME types alongside custom Runme MIME types.
Standard VS Code MIME types
- text/plain
 - application/javascript
 - text/html
 - image/svg+xml
 - text/markdown
 - image/png
 - image/jpeg
 
MIME types for rendering code
- text/x-json
 - text/x-javascript
 - text/x-html
 - text/x-rust
 - text/x-LANGUAGE_ID for any other built-in or installed languages.