mirror of
https://github.com/multipleof4/dsh-user-markdown-plugin.git
synced 2026-09-18 04:05:42 +00:00
8 lines
178 B
JavaScript
8 lines
178 B
JavaScript
/**
|
|
* Host half of dsh-user-markdown-plugin.
|
|
* User message markdown rendering is entirely browser-side.
|
|
*/
|
|
export function apply(ctx) {
|
|
// No host side effects required.
|
|
}
|