-
Posting this here, apologies if it's already been fixed but it's still live on http://html2jade.aaron-powell.com/ and http://html2jade.org/ at least.
SVGs are being completely broken by the convers…
-
```
Currently PNGs are rendered in diffs, but SVGs are only show as source. As most
modern browsers support SVG (http://caniuse.com/#search=svg) they should also
be rendered, above the source, witho…
-
This just makes the templates easier to read.
-
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…
-
It would be great to have an easy way to inline SVGs in templates. @tylersticka , I know you've been working on a module to handle this. When that's ready to go I'd love to add that here.
-
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 …
-
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…
-
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…
-
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…
-
## 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.
### …