mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 11:34:58 +02:00
Fixed issues with loading comment mark schema in non collaborative contexts and added codeblock support (#7699)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
@@ -36,6 +36,8 @@ export const codeBlockHighlightOptions: CodeBlockLowlightOptions = {
|
||||
}
|
||||
|
||||
export const CodeBlockHighlighExtension = CodeBlockLowlight.extend<CodeBlockLowlightOptions>({
|
||||
marks: 'inline-comment',
|
||||
|
||||
addCommands () {
|
||||
return {
|
||||
setCodeBlock:
|
||||
|
||||
Reference in New Issue
Block a user