-
Hello Reviewable team,
First, I ❤️ Reviewable! I've been using it for years.
Would it be possible to enable syntax highlighting for ERB (.erb) which is the default templating language Ruby and …
-
It would be great if the extension API would offer a way to access the syntax highlighter of VS Code.
I am currently building an extension that offers an inline help system, I use a WebviewPanel to…
-
## WS-2020-0208 - Medium Severity Vulnerability
Vulnerable Library - highlight.js-9.13.1.tgz
Syntax highlighting with language autodetection.
Library home page: https://registry.npmjs.org/highlight.…
-
If a user updates a issue using <code> (some SQL with quotes) </code>, simple quotes will be replaced with curly quotes which if directly pasted to a Database Manager like MySQL Workbench …
-
This project is awesome and dark theme #24 is the only problem I'm running into
but I'm seeing open pull requests and the last update in chrome store was
August 20, 2018
Is this still an acti…
pjaol updated
4 years ago
-
Is there any way to make the ink code highlight correctly on the web? Similar to highlight.js
https://highlightjs.org/
-
Sample from #1915:
```js
import { Radio, Cell } from 'zarm';
class Demo extends React.Component {
constructor(props) {
super(props);
this.state = {
radio: '0',
};
}
…
-
- Provide snippet language and loaded snippet extensions filters
- Display snippet prefix, name, description and body in markdown table
-
The current Highlight JS release is 9.18.3
https://github.com/asciidoctor/asciidoctor/blob/2f62cb1ddf977669ab149259374568d7b1f4bacd/lib/asciidoctor.rb#L360
This release has some rendering issues w…
-
I'm working on adding additional documentation in a `.md` document that ships with the API docs. In the docs I have C/C++ code examples for Ruby C Extensions. However, these code blocks doesn't get an…