JupyMD 1.4.8
Code blocks are now rendered when a file is exported as PDF. (#18, #31)
Improvements
- activeFile is now fetched from ctx.sourceFile instead of app.workspace.getActiveFile
- await on registerMarkdownCodeBlockProcessor
- Added a fallback rendering path to render code blocks correctly when section metadata is unavailable (as is during PDF export)
Known issues
PDF and reading view styling issues still need to be addressed:
- Missing vertical spacing between code blocks
- Empty output containers rendering for code blocks without outputs (should be fully hidden)
Thank you @divyenduz for your contribution :)