rossant/ipymd

HTML format

rossant opened this issue · 1 comments

Two strategies:

  • Write an HTML <-> Markdown converter, then ipymd can take care of the rest (using Beautiful Soup and/or html2text).
  • Directly write an HTML <-> ipymd_cells converter

Difficulty: detect code cells in the HTML. This will be highly document-dependent, and the user will be expected to specify how code cells should be detected

This would rather be in podoc