CommandLink alias syntax

This commit is contained in:
Zef Hemel
2022-11-29 09:11:23 +01:00
parent 55791cc88e
commit 6a047e1ef4
8 changed files with 172 additions and 22 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ const typesWithMarks = [
"InlineCode",
"Highlight",
"Strikethrough",
"CommandLink",
// "CommandLink",
];
/**
* The elements which are used as marks.
@@ -35,7 +35,7 @@ const markTypes = [
"CodeMark",
"HighlightMark",
"StrikethroughMark",
"CommandLinkMark",
// "CommandLinkMark",
];
/**