-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
I'm still getting disappearing svg paths. As I get more familiar with your system of components, I see there's caching. So here are my thoughts.
We should not force unique IDs, as I have done because break caching.
There should be a query string parameter on the IDs with the option to have no prefix, use a given prefix, or have svgo generate a random one.
slides.md could have syntax like this
```render_a2s {"id": "markdek_random"}
```
```render_a2s {"id": "a2sketch_random"}
```
```{.render_a2s id=a2sketch_random}
```
If it's markdeck random, markdeck creates the id and passes it to a2sketch. Caching is enabled.
If it's a2sketch_random, a2sketch generates the id. Caching must be avoided.
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels