You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving traits like Render into a sceleton crate that core and inline may depend on would allow us to have render implementations
already in the inline crate for inline elements.
In addition, feature flags could be used to define the output formats that should be included.
This could help to make the inline crate even more indipendent from all other crates and be more usable as standalone.
The text was updated successfully, but these errors were encountered:
Moving traits like
Render
into a sceleton crate thatcore
andinline
may depend on would allow us to have render implementationsalready in the inline crate for inline elements.
In addition, feature flags could be used to define the output formats that should be included.
This could help to make the inline crate even more indipendent from all other crates and be more usable as standalone.
The text was updated successfully, but these errors were encountered: