This page shows what rendered Markdown can look like inside a Gessi window. The output is still plain semantic HTML: headings, paragraphs, links, lists, tables, blockquotes, code, and footnotes.
Use gessi-document when you control the wrapper, or
add class="gs-prose" to an existing generated
article.
Markdown renderers differ, but their HTML vocabulary is stable. Gessi styles that shared vocabulary instead of requiring a custom React component or runtime parser.
Progressive enhancement works best when the document is useful before any component has upgraded.
| Entry | Use |
|---|---|
@pol-cova/gessi/css |
Styles only for generated documents. |
@pol-cova/gessi/components |
SSR-safe custom element registration. |
<div class="gs-callout">
<strong>Note</strong>
<p>This survives as plain HTML.</p>
</div>