Skip to content

Commit 7f579b0

Browse files
committed
docs: clarify myst import dialect role
1 parent e16344c commit 7f579b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

marimo/_convert/markdown/flavor/mystmd.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353

5454

5555
class _MystmdMarkdownImportDialect:
56+
"""Normalize MyST marimo directives into canonical marimo markdown."""
57+
5658
name: MarkdownFlavorName = "mystmd"
5759

5860
def matches(self, text: str, filepath: str | None) -> bool:

0 commit comments

Comments
 (0)