wodaochu-markdown
is a tool that can export your wolai page to markdown document.
Install with go get
:
go install github.com/lemonnekogh/wodaochu-markdown@latest
wodaochu-markdown <your-token> <page-id> <output-dir>
Callout will be converted to containers, marquee mode not supported currently, font awesome icon not supported currently.
It will be convert to:
::: TIP ⚠️
A callout.
:::
Embed will be converted to iframe, but we cannot set the height of iframe because the API does not return this field.
markdown-it
- Themarkdown-it-task-lists
plugin provides support of it, but it does not containstypescript
definition.
markdown-it
- Themarkdown-it-footnote
plugin provides support of it.
markdown-it
- Themarkdown-it-mathjax3
plugin provides support of it.
markdown-it
- Themarkdown-it-container
plugin provides support of it.