-
### Describe the problem
We just upgraded the docs to use shiki-twoslash, which provides tooltips on `js` code blocks:
It would be cool if `svelte` blocks got the same treatment.
### Describe…
-
## I got some questions while reading the implementing codes of 'POD-attention'
1. what does the `fused_params` mean? It looks like it has four values, 9, 11, 15, and 64, do each of these represent d…
-
Code blocks in the document cannot be copied. We want to support copy operations.
-
We are currently using `` and `` to wrap long code blocks or text outputs. An example can be seen here:
**Code**: https://github.com/open-telemetry/opentelemetry.io/blob/main/content/en/docs/langua…
svrnm updated
3 weeks ago
-
Issue Description:
I am experiencing issues with the code-blocks extension. After setting up the environment (I chose to use [Emscripten]((preferred): Provides emcc directly.)and installing the par…
-
**Describe the bug**
The syntax highlighting in code blocks is not working properly when I add initial codeblock content with multiple lines.
**To Reproduce**
add Initial codeblock content with …
-
A js or ts code block could have an option that moves it to a web worker.
It might not be guaranteed to work (inputs and outputs must be serializable, among other constraints), but when it can work…
-
**Describe the problem**
Running the following SQL
```
DO $EF$
BEGIN
IF NOT EXISTS(SELECT 1 FROM pg_namespace WHERE nspname = 'test') THEN
CREATE SCHEMA test;
END IF;
END …
-
**Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.**
## Test title
The selected footer should be focused when is clicked
## Test path
`/plug…
-
When a code block is displayed, add a "Copy" button in the top-right hand corner. Clicking on it should copy the code to the clipboard. That button should only be displayed when the user moves the mou…