Attributes now have YAML values

This commit is contained in:
Zef Hemel
2023-07-26 17:12:56 +02:00
parent 5481e49393
commit 7b8d8af2c1
12 changed files with 139 additions and 54 deletions
+1
View File
@@ -6,6 +6,7 @@ const straightQuoteContexts = [
"InlineCode",
"FrontMatterCode",
"DirectiveStart",
"Attribute",
];
// TODO: Add support for selection (put quotes around or create blockquote block?)