-
Currently code blocks are not highlighted in the webui. It would be nice to highlight them! As for emojis, maybe a javascript lib could do the trick, though it would *not* play well with the offline s…
-
When rendering Markdown code blocks using `MarkdownScrollViewer`, blocks with a language specifier at the top (e.g., ````csharp`) render as empty rectangles. Code blocks without a language specifier (…
-
Implement syntax highlighting for code blocks created with the markdown feature.
-
Dear julia-vscode team,
julia's string macro are impressively useful when combined with vscode foreign language highlighting and autocompletion.
julia-vscode already supports for example python or…
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when I sent code blocks, but they're shown unformatted and without color.
**Describe the solution you'd like*…
-
Currently zig is not highligheted in markdown:
![Screenshot_20221206_144459](https://user-images.githubusercontent.com/1711539/205943136-66648fd1-08be-4d68-8383-50988a172346.png)
Here's an exam…
-
### 👀 Is there an existing issue for this?
- [X] I have searched and didn't find similar issue
### 👍 Current behavior
# This is what i am talking about:
![scrnli_RRSQZhooeFltWF](https://github.com…
-
```
Problematic blocks are highlighted, but should be highlighted on the highlevel
magnification zoom map on the upper right of the Blocks Editor.
```
Original issue reported on code.google.com by `…
-
-
Hi thanks for creating such an amazing library, i have tried to use it but it doesn't highlight code blocks.
The code i tried:
```javascript
var HyperMD = require("hypermd");
export default …