-
When a code block contains something that looks like a citation, e.g.:
````
```
(Granger, 2013)
```
````
The `citation2latex` filter blindly replaces it with
````
```
\cite{granger2013}…
-
There's currently an issue rendering code blocks, using either of the Markdown methods
![image](https://user-images.githubusercontent.com/1521996/58899231-4109b780-86b1-11e9-9196-74d4ae440f04.png)
…
-
Ryan Kuo (taroface) commented:
Some examples in code blocks (e.g., log entries) can be very long and require a lot of horizontal scrolling.
A toggle that can selectively enable line wrap on thes…
-
In Oxygen 4.0 when the Gutenberg Integration (version 1.4.1) is enabled for a page any code blocks do not work. They output broken encoded text instead of the result of running the code.
Deactivati…
-
Feature request: If I have code block with two "==" signs in it it makes the code unreadable. It would be great to have a setting to exclude code blocks
-
**Is your feature request related to a problem? Please describe.**
My team has a website offering common data patterns to be used in other sites. Most of our patterns include code blocks where develo…
-
Currently `docs-ts` [uses prettier to format](https://github.com/gcanti/docs-ts/blob/3a98908f6fd9aa2d47fe23df57bf9422b7f346d1/src/Markdown.ts#L568) markdown before writing out the docs.
The used o…
-
If I have a markdown file containing:
```html
Hello world
```
The output of the pre/code blocks is not escaped, so the HTML renders on the page instead of being readable code.
…
-
```
I know this will not be the first post to request Java code to be generated but
I thought I would link to what I consider a well written article on the pros
and cons of App Inventor. It highlig…
-
The following code results in a parser error, and as a consequence code folding breaks in the file:
``` D
ubyte add(ubyte a, ubyte b, int carry = 0) {
asm {
shr carry, 1;
mov AL, …
ghost updated
9 years ago