2025-01-29 19:04:43 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbconvert: updated to 7.16.6
7.16.6
Bugs fixed
- Prevent leading whitespace in markdown code blocks from being stripped
- Fix bullet list parsing in markdown
- Fix crash when running with optimization
Maintenance and upkeep improvements
- remove any twitter mention
- Update base.tex.j2 for macro compatibility with newer versions of Pandoc
|
2025-01-04 16:27:43 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbconvert: updated to 7.16.5
7.16.5
Enhancements made
- Add support for mistune 3.1.0
- Allow including `text/x-rst` outputs in rst conversion, transition away from \
`text/restructuredtext`
Bugs fixed
- Do not display mathjax overlay
- Work around pip 24.1 bug which prevents installing pandocfilters 1.4.1
- Don't die if template path cannot be read
- Fix markdown2asciidoc function for pandoc >= 3.0
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-04-30 14:45:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbconvert: updated to 7.16.4
7.16.4
Bugs fixed
- rst exporter: Re-enable coalescing streams
Maintenance and upkeep improvements
- Revert "Set all min deps"
- Set all min deps
- chore: update pre-commit hooks
|
2024-03-24 11:52:27 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbconvert: updated to 7.16.3
7.16.3
Maintenance and upkeep improvements
- Remove pytest pin
- Add Compatibility with Pandoc 2.9.2
- Pin to Pytest 7
|
2024-03-04 19:58:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbconvert: updated to 7.16.2
7.16.2
Bugs fixed
- \[HTMLExporter\] Initialize resources before widget filtering
|
2024-02-21 12:01:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbconvert: updated to 7.16.1
7.16.1
Maintenance and upkeep improvements
- Fix permissions for prep release workflow
- Update publish workflow
- fix for tests/ dir not in sys.path
Documentation improvements
- Update project description
|
2024-02-12 20:13:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbconvert: updated to 7.16.0
7.16.0
Enhancements made
- Add a toggle to skip the svg encoding of images
7.15.0
Enhancements made
- Support configurable width and height of reveal presentations
Maintenance and upkeep improvements
- chore: update pre-commit hooks
- handle xhtml void elements in mermaid diagrams
|
2024-01-18 13:34:21 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbconvert: updated to 7.14.2
7.14.2
Maintenance and upkeep improvements
- update to mermaid 10.7.0
|
2024-01-12 14:17:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbconvert: updated to 7.14.1
7.14.1
Bugs fixed
- Fix broken image scaling in case a custom width or height is provided for the image
Maintenance and upkeep improvements
- Allow pre-fetch of css files without attempting download
- Bump the actions group with 1 update
|