Crate fiberplane_markdown
source ·Expand description
§Fiberplane Markdown Conversion
Convert Fiberplane notebooks to and from Markdown
§Unsupported Features
§Markdown to Notebook
- Images
- Block quotes (uses text cells instead)
- Headings level 4-6
- Tables
- Footnotes
§Notebook to Markdown
- Images
- Code-formatting or highlighted text that also has other formatting applied (e.g. bold inside inline code)
- Underlined text (uses italics instead)
- Graphs
- Tables
- Logs
- Discussions
Functions§
- Convert the cells to Markdown
- Convert the Markdown to Fiberplane notebook cells
- Convert Markdown to a Fiberplane notebook
- Convert the notebook to Markdown