Initial commit: add user markdown rendering plugin

This commit is contained in:
2026-09-02 14:30:25 -07:00
commit 5a0b76b465
4 changed files with 385 additions and 0 deletions

7
lib/index.js Normal file
View File

@@ -0,0 +1,7 @@
/**
* Host half of dsh-user-markdown-plugin.
* User message markdown rendering is entirely browser-side.
*/
export function apply(ctx) {
// No host side effects required.
}