Major mini editor refactoring (#225)
Replaces most editing components with CM components, enabling vim mode and completions everywhere Fixes #205 Fixes #221 Fixes #222 Fixes #223
This commit is contained in:
@@ -174,6 +174,11 @@ function render(
|
||||
},
|
||||
body: cleanTags(mapRender(t.children!)),
|
||||
};
|
||||
case "Strikethrough":
|
||||
return {
|
||||
name: "del",
|
||||
body: cleanTags(mapRender(t.children!)),
|
||||
};
|
||||
case "InlineCode":
|
||||
return {
|
||||
name: "tt",
|
||||
|
||||
Reference in New Issue
Block a user