-
``` 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)
-
Hyperlinks of which the text spans multiple lines in the export are split : each lines contains its own OBJR tag.
Is this fixable ?
-
The following test fails. It involves a multi-line string literal that has a tertiary expression. The string literal needs re-indentation, but parts of the tertiary expression's indentation in the res…
dduan updated
4 months ago
-
I think it makes sense to adjust our config for [trailing_comma_in_multiline](https://cs.symfony.com/doc/rules/control_structure/trailing_comma_in_multiline.html).
Currently we only enforce trailing …
-
The following does not render in the HTML when in Typora:
```markdown
```
In normal html (and also in github flavoured markdown) this would normally result in a multi line comment:
```markdown…
-
# Bug report
### Bug description:
The following code is the template to illustrate the problems:
```python3
#!/usr/bin/env python3.13
g0 = 0
def main():
import pdb
pdb.Pdb().set_tr…
-
### Expected Behaviour
Multiline success messages shall be visible untrimmed in the app without the need to leave the app.
Other LN wallets use either of these solutions:
1. Unmodified succes…
-
Could we have multiline expectations (when GHC gets multiline strings https://github.com/ghc-proposals/ghc-proposals/pull/569)?
```
-- >>> render . docProjectConfigPath $ ProjectConfigPath $ "D.co…
-
#### Issue Description
The toolbar / composer height is always fixed. The auto grow is not working when i am writing multiples lines in IOS (Android No problem).
#### Steps to Reproduce / Code S…