Major directive refactor (#195)
Fixes #188 #144 #76: major refactor of directive parsing, rendering, styling
This commit is contained in:
@@ -63,7 +63,7 @@ export async function shareCommand() {
|
||||
if (!serverUrl) {
|
||||
return;
|
||||
}
|
||||
const roomId = nanoid();
|
||||
const roomId = nanoid().replaceAll("_", "-");
|
||||
await editor.save();
|
||||
const text = await editor.getText();
|
||||
const tree = await markdown.parseMarkdown(text);
|
||||
|
||||
Reference in New Issue
Block a user