@chatwoot/prosemirror-schema
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "@chatwoot/prosemirror-schema", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Schema setup for using prosemirror in chatwoot. Based on 👉 https://github.com/ProseMirror/prosemirror-example-setup/", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -39,3 +39,3 @@ import MarkdownIt from 'markdown-it'; | ||
md.disable(['table', 'hr']); | ||
md.disable(['table', 'hr', 'heading', 'lheading'], true); | ||
@@ -42,0 +42,0 @@ export class MessageMarkdownTransformer { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
183642