ui-kit-htx preview
GitHub
← editors
markdown_editor
4 stories — source: markdown_editor.greg.py
split-preview
Document body
# Welcome This is a **markdown editor** with live preview. - Bullet one - Bullet two - [Link](https://example.com) ```python def hello(): return "world" ```
Default split layout. Kit JS renders the right pane on every input event using the bundled marked library.
below-preview
# Welcome This is a **markdown editor** with live preview. - Bullet one - Bullet two - [Link](https://example.com) ```python def hello(): return "world" ```
Preview underneath — for narrow / mobile layouts.
off
just text
Pure source-edit mode — no preview pane, no marked dep.
save-on-blur
Notes