-
Currently, the PyPI malware detector using seven heuristics generates a high number of false positives.
To enhance the accuracy of our detection, I suggest extending the check to
further confirm m…
-
### Feature request
Hi!
I would like the bug reporters to be prompted (or have section to fill in the reports template) to provide `ds_report` info and `zero3` config when opening a bug report r…
-
### Description of the Issue
Yaml syntax highlighting does not respect empty lines in blocks of text. An empty line is not considered to have lower indentation than the previous line, text blo…
-
Is it possible to retain a raw value within a code block so that it gets processed by Svelte?
I am writing some interactive guides using markdown. The user inputs some data which yields some change…
-
restructuredtext has concise code blocks using `::`.
This:
```
Example:
.. code-block::
{"oh": "hi"}
```
is equivalent to:
```
Example::
{"oh": "hi"}
```
Without preced…
-
Where relevant, code blocks should use `hl_lines` to highlight the interesting part.
Unfortunately, these can be hard to maintain because there's no indication in an editor if the right line is ref…
-
On Beta, Edge.
I used to be able to highlight a block on the workspace and then take a snapshot - this was useful to be able to call attention to a specific block in a screenshot.
But now, when …
-
I'd like github website to do syntax highlighting of flows written in agama DSL, however this is only available to languages that have important verifiable adoption:
https://docs.github.com/en/get-…
-
Hi !
I would like to write some shell commands in minted blocks.
Here is a convention, a command spawned by root should start with a # and a command spawned by a non-privilegied user should start wi…
-
I use the following type:
```tsx
export type Props = {
/**
* Style applied to the code block. [See `codeBlockStyle` type](https://github.com/rajinwonderland/react-code-blocks/blob/31e391b30…