Renders an off-screen <umb-ufm-render> whose only purpose is to resolve markdown
to plain text and emit umb-ufm-resolved. Use for paths that have no visible UFM
render but still need to populate downstream state (e.g. a block context's resolved
name for <umb-entity-frame>).
Uses inline styles because the wrapper may be rendered inside a shadow DOM (e.g.
<umb-extension-slot>) where scoped styles can't reach. Zero-size containment
(rather than inset:0) keeps the wrapper from depending on the nearest positioned
ancestor's box.
Renders an off-screen
<umb-ufm-render>whose only purpose is to resolve markdown to plain text and emitumb-ufm-resolved. Use for paths that have no visible UFM render but still need to populate downstream state (e.g. a block context's resolved name for<umb-entity-frame>).Uses inline styles because the wrapper may be rendered inside a shadow DOM (e.g.
<umb-extension-slot>) where scoped styles can't reach. Zero-size containment (rather thaninset:0) keeps the wrapper from depending on the nearest positioned ancestor's box.