-
As per title the google code-prettify library that is used by this project has been archived and is no longer maintained. (see https://github.com/googlearchive/code-prettify). I briefly looked at what…
-
In [the documentation of text()](https://typst.app/docs/reference/text/raw/#parameters-lang), there is only note about Typst language. In [the raw element](https://typst.app/docs/reference/text/raw/),…
-
Hey, thanks for tackling this issue!
I'm wondering whether I could use this to just use CMs syntax highlighting via [runMode](https://codemirror.net/demo/runmode.html) method. Unfortunately, the co…
brumm updated
2 years ago
-
slides path creation has a missing slash after localhost. Moreover, if webshot:::is_windows(),
webshot calls webshot:::fix_windows_url() which appends his version of "file:///"..., hence if ari_narra…
-
Here's a quick sample of a demo:
```
const animator = new GDemo('#container');
animator.openApp('editor');
animator.write('class Test extends Base<T>');
animator.write('class Test extends…
-
Found a couple of issues in the "Advanced Usage" wiki page:
page link: https://github.com/westonruter/syntax-highlighting-code-block/wiki/Advanced-Usage#specifying-the-styles
- copy: **"89 styles"…
-
I think that a value list like
```shex
fhirvs:conditional-read-status ["not-supported" "modified-since" "not-match" "full-support"]
```
should use `font-lock-function-name-face` on the PrefixedNa…
-
now,php-markdown will parse
``````
```php
print 'hwllo world'
````
``````
to:
```
print 'hwllo world'
```
the `code class="php"`, I think it no standard.
see the page
- http://jgm.github.io/stmd…
-
* [x] https://github.com/dart-lang/dart-syntax-highlight/ (@DanTup, https://github.com/dart-lang/dart-syntax-highlight/pull/73)
* [x] https://youtrack.jetbrains.com/issue/IDEA-356065/Support-Dart-dig…
-
It would be helpful to have an ability to add toolbar buttons to insert custom markup. It is possible now to extend toolbar with custom buttons, but to define custom markup you'll need to use helpers …