-
## Steps to Reproduce
1. Create a molecule in Ketcher-standalone (2.4) with the "HAR" query atom:
![image](https://user-images.githubusercontent.com/65917683/153866397-7a039911-b7a1-4b86-83b0-81…
-
Thanks so much for creating this markdown-it plugin!
Would it be feasible to add support for inline SVG? This would allow authors to style the SVG using CSS to match the branding of their site.
-
According to [MDN](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title) and other resources, if an `` element has a `` tag as a first-level child, that will be used as a visually hidden but…
-
Came in up chat: how should we include the SVG?
Currently using this method (but without the JS fallback): http://css-tricks.com/svg-use-external-source/
-
Is it possible to load an external SVG resource into inline SVG?
-
Is there a way to add an SVG inline? For example the following code breaks the SSR:
```
import { ReactComponent as Logo } from './logo.svg';
```
I can create a repo with the issue if needed.
-
- SVG exports are currently loaded as images, should we do them as svg html?
-
Before format my code was as following:
```
background: url('data:image/svg+xml;utf8,');
```
after format the code was as following:
```
background: url('data:image/svg+xml;utf8,');
```
-
Reported on the [mailing list](https://groups.google.com/d/msgid/mod-pagespeed-discuss/f5bb2913-c3a5-4966-ba49-9525f43d6d70%40googlegroups.com?utm_medium=email&utm_source=footer)
```
background-image…
-
## PLIP (Plone Improvement Proposal)
## Responsible Persons
### Proposer: @iham
### Seconder: @agitator
## Abstract
Render uploaded (Plone Content Type) images inline if they are …