marimo-team / mkdocs-marimo

mkdocs plugin for reactive and interactive docs with marimo
https://marimo-team.github.io/mkdocs-marimo/
Apache License 2.0
8 stars 0 forks source link

marimo inline file directive #7

Closed mscolnick closed 1 week ago

mscolnick commented 1 month ago

Something like

!marimo_file <file_path>

Should be doable with custom markdown BlockProcessor

from markdown.blockprocessors import BlockProcessor