Add markdown support in hello plugin
This commit is contained in:
@ -43,6 +43,9 @@ function register ({ registerHook, peertubeHelpers }) {
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
peertubeHelpers.markdownRenderer.textMarkdownToHTML('**My Bold Text**')
|
||||
.then(v => console.log(v))
|
||||
}
|
||||
|
||||
export {
|
||||
|
Reference in New Issue
Block a user