pub fn markdown_to_notebook(markdown: &str) -> NewNotebook
Expand description

Convert Markdown to a Fiberplane notebook

This parses the first heading as the notebook title and then parses the rest of the markdown as the notebook cells.