This commit is contained in:
Zef Hemel
2022-12-05 13:07:38 +01:00
parent 3175b3c948
commit 0b82d248d3
6 changed files with 14 additions and 8 deletions
-2
View File
@@ -25,7 +25,6 @@ const typesWithMarks = [
"InlineCode",
"Highlight",
"Strikethrough",
// "CommandLink",
];
/**
* The elements which are used as marks.
@@ -35,7 +34,6 @@ const markTypes = [
"CodeMark",
"HighlightMark",
"StrikethroughMark",
// "CommandLinkMark",
];
/**