-
### Bug description
The second table does not render correctly:
````qmd
---
title: "Empty"
engine: jupyter
---
```{python}
#| label: tbl-test1
#| tbl-cap: Test1
import pandas as pd
pd.DataFrame(d…
-
### Issue
Sometimes the code you're pasting has a closing brace on its own line without any leading spaces, which is interpreted as the end of your multiline prompt. It'd be great if the opening and …
-
## Feature request
Since I've migrated my codebase to PHP > 7.4, I've gotten used to writing code looking like this :
```php
$filename = (string) preg_replace('#[/\\\]+#', $separator, $filenam…
-
**Describe the bug**
Link is not display properly.
**Steps to reproduce bug**
1. Go to 'https://stage-react.raaghu.ai/'
2. Navigate to 'Design System > Alert > Multiline Alert'
**Actual resul…
-
### Check for existing issues
- [X] Completed
### Describe the feature
zig has [multiline string literals](https://ziglang.org/documentation/master/#Multiline-String-Literals) which are syntactical…
-
This is a follow-up issue started at https://github.com/actions/toolkit/issues/186#issuecomment-546772099.
It is unclear from the recently added [Annotation docs](https://help.github.com/en/github/…
-
Hey,
At the end of https://github.com/sharkdp/numbat/pull/519 you said:
> The lookahead would also be useful for common expressions like
> ```
> let my_result = some * complicated * terms
> …
-
The sticky scroll feature is supposed to show you the name/signature of the function you are in after you scroll away from it being visible on screen. However, if the opening bracket is on its own lin…
-
``` c#
[Display(Description = """
This is a multiline string in an attribute.
This is a second line in the string.
""")]
```
-
Please add multiline string highlighting since the IDE currently lacks it.
e.g.
![image](https://github.com/user-attachments/assets/2c14f9eb-6092-4f28-8781-ec30c0426f3d)