Download as docx button, added functionality to workflow output pane.…#163
Download as docx button, added functionality to workflow output pane.…#163
Conversation
… Needs `npm install`.
…een the fake bullets (its unicode, not html lists). Parsing those <br /> tags and adding newlines on the exported docx as well.
|
See https://pypi.org/project/jupyter-docx-bundler/ as a potential alternative. |
|
@ccjoel before Dec 1 can you look at the merge conflicts on this and get it merged into @mattprintz let's proceed with this solution since we don't have time at the moment to explore alternates. |
|
FYI: I think there was an encoding issue that was coming into play when encoding the output when it included images or other binary files that I believe has been resolved upstream. @ccjoel Please let me know if you encounter any encoding issues and I can help track down the fix to make sure it gets applied if needed. |
|
Updated with latest Latest exported doc (forced the workflow output pane with text/tables/images): |
…exporting images when rendered from markdown (wrapped by a p tag.. now handled).
Oh, resolved upstream. That's why Im not seeing issues exporting images. Nice. Updated with dev. |
… Needs
npm install.