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§

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