-
This just makes the templates easier to read.
-
My portfolio site uses quite a few SVGs inline, this breaks with the error...
```
Uncaught Error: Namespace attributes are not supported. ReactJSX is not XML.
```
I can get away with removing the na…
-
### What version of `starlight` are you using?
0.28.3
### What version of `astro` are you using?
4.15.12
### What package manager are you using?
npm
### What operating system are you using?
Win…
-
### What version of `astro-icon` are you using?
v1.1.2
### Astro Info
```block
Astro v4.16.10
Node v18.20.3
System Linux (x64)
Pac…
-
Hey @jiffyclub Matt,
Thanks for the awesome visualization and % magics. I had an idea to share with you.
Interactive computing and Jupyter Notebooks are the dominant paradigm in data science an…
-
On my site I've got a custom color theme selector, and I've got a Preact element where I'd like to inline an SVG so I can apply styles to it, and make it responsive to CSS custom properties. This …
-
The Propshaft integration works without configuration but depends on the entries' `Gemfile` order. The detection works when the `inline_svg` is listed after `propshaft`.
The issue is caused by `inl…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-iss…
-
The SVG inlining features of md-icon are more generally useful than for just displaying icons. We should refactor the code such that:
* The SVG portions of `MdIconRegistry` are moved to `IconRegistry…
-
## I'm submitting a...
```html
[x] Bug report
```
## Behavior
Inserting multiple inline SVGs gives a broken HTML page due to code injection from live-server being cutoff.
### …