-
In 2.5.1 (Using Blocks of Random Numbers), `perlin.h` is created with a private variable `randfloat`. This variable is removed in 2.5.5 in favor of `randvec`, however the code highlighting for deletin…
-
As it stands, a significant portion of the [SVI tutorial code](https://github.com/pyro-ppl/pyro/blob/dev/tutorial/source/svi_part_i.ipynb) is written in markdown code blocks, rather than standalone Ju…
ab-10 updated
3 years ago
-
in `website/lib/markdown.ts`
In function `processMarkdown`
You'll want to add another
```
.use(() => {
// function that adds a copy code button when it sees a codeblock
})
```
I was working on…
-
Expected Behavior
Should give no errors.
Actual Behavior
> scratch-blocks@1.1.206 prepublish
> python build.py && webpack
C:\scratch-blocks\build.py:106: SyntaxWarning: invalid escape sequenc…
-
This following code does nothing, however does not get optimized away.
```rust
pub fn dead_code_elim_failure() {
for _ in '\0'..'\u{10ffff}' {}
}
```
```asm
example::dead_code_elim_failur…
-
### Current behavior
Assertion failures or unexpected errors in both the before() and after() block will cause the NEXT suite's before() blocks to be skipped.
When doing a test run with Cypress …
-
Educator request - he runs a Robotics Club and would like to print out some programs for the students to create.
Right-click Snapshot feature will download code image as a .png
Screenshot tool will …
-
Is it possible to implement the code blocks folding similar to what is seen in R Markdown and described here:
https://bookdown.org/yihui/rmarkdown-cookbook/fold-show.html
Rationale:
Realist…
-
Is there a way to disable the `collapseWhitespace` function similar to how it can be done for code blocks?
My original issue:
this HTML:
```
Hello
World.
```
gets converted to thi…
-
Referencing: [Fix and improve highlighting with highlight.js](https://github.com/owncloud/docs-ui/pull/435)
`highlight.js` _reports_ in the browser console about unescaped HTML. The **messaging is …