There was an error while loading. Please reload this page.
1 parent e16344c commit 7f579b0Copy full SHA for 7f579b0
1 file changed
marimo/_convert/markdown/flavor/mystmd.py
@@ -53,6 +53,8 @@
53
54
55
class _MystmdMarkdownImportDialect:
56
+ """Normalize MyST marimo directives into canonical marimo markdown."""
57
+
58
name: MarkdownFlavorName = "mystmd"
59
60
def matches(self, text: str, filepath: str | None) -> bool:
0 commit comments