mirror of
https://github.com/multipleof4/dsh-user-markdown-plugin.git
synced 2026-09-18 12:05:42 +00:00
Initial commit: add user markdown rendering plugin
This commit is contained in:
7
lib/index.js
Normal file
7
lib/index.js
Normal 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.
|
||||
}
|
||||
Reference in New Issue
Block a user