-
### Is your feature request related to a problem? Please describe.
I use HedgeDoc for different purposes. Mostly I used the code block section in my every documentation, specially I use bash or shell…
-
Currently, Electrics.js code blocks syntax highlighting is done on the client side. For wedeploy.com we've used [a naive replace approach that works well](https://github.com/wedeploy/wedeploy.com/blob…
-
This isn't an issue per se; I'm asking out of curiosity more than anything else.
The behavior can be demonstrated using the following sample code (refer to the attached video):
```python
def top…
-
@thoughtstream @lizmat @zag
I have finally got my [RakuAST-RakuDoc-Render](https://github.com/finanalyst/rakuast-rakudoc-render) working.
It can now render both the [renderer consistency file - rak…
-
If I have multible Highlighted areas in a HighlightTextArea on the same line, the cursor position gets offset to the left a bit more per block.
Code Example for reproduction: [https://pastebin.com/…
-
I said above :)
-
Code blocks which are correctly formatted are also correctly syntax highlighted, but incorrect blocks are also being highlighted. For example, in the following
```
1. Bullet point text
.. code::…
-
This is a CodeEditor widget in `flutter`, I really like it and I think it will add a great widget to `flet` if `flet` did support it.
Its a multi-line TextEditor, but prepared to be a programming c…
-
### Description
Zettlr doesn't support syntax highlighting of Mathematica or Wolfram language in code blocks yet.
### Proposed Changes
Implement syntax highlighting just as what Github markdown ha…
-
Say github's markdown support [GFM](http://github.github.com/github-flavored-markdown/) and allow you to specify language for code blocks for syntax highlighting. Is there anyway to do similar thing i…