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§
- cells_
to_ markdown - Convert the cells to Markdown
- markdown_
to_ cells - Convert the Markdown to Fiberplane notebook cells
- markdown_
to_ notebook - Convert Markdown to a Fiberplane notebook
- notebook_
to_ markdown - Convert the notebook to Markdown