-
Whenever I start a word with the letter "i" immediately following an *italics* or **bold** word, the letter "i" is a capital "I" even if it shouldn't be.
For example, If I type this: *good* idea
I…
-
GNU Nano 5.5+ supports italics and bold as text attributes.
Many text editors provide ways to italicize comments, it just makes code elegant to read.
This can be added for version 5.5 and above…
-
The example does not render `_How ya doin!_` properly because `!` is not in `_baseCharacters`.
Why not use `RegExp(r"_[^_]+_")` for italics?
...why not use a capturing group `RegExp(r"_([^_]+)_"…
-
Some additions to the XForms 1.0 spec are in the `jr` namespace, others in `orx` and yet others not namespaced at all. We should come up with a convention (color, italics, *...) to mark everything tha…
-
## Available Font Components
* `Display`
* `Title`
* `Subtitle`
* `SectionTitle`
* `SectionSubtitle`
* `SubsectionTitle`
* `Body`
* `Description`
* `Label`
## Font Tags
* `h1`
* `h2`
* …
-
When `simpleLineBreaks` is enabled, the following markdown
```
line_1
line_2
```
results in one line (no ``) with the text between _ _ in italics
line*1 line*2
Is that by design or it's…
-
There are a lot of "2021 CWE Tip 25" and "2019 CWE Top 25". It gets hard to follow when they are not italicized because the sentences are so long.
All of the CWE and OWASP lists should be in ital…
-
The wiki code:
```
test/*test*/test
test /*test*/test
```
Renders as:
```
test/*test*/test
testtest
```
I.e. a space is required in front of the initial `/*` for the commenting o…
-
This work would represent a clean fix for #1431, which was temporarily fixed by pinning pygments at `~=2.15.1` in #1433. However, it could also heavily simplify our need for overrides in the themes.
…
-
### What’s the URL to the page you’re sending feedback for?
https://tiptap.dev/experiments/figure
### What part of the documentation needs improvement?
I have gone through the documentation of the …