|
2 | 2 |
|
3 | 3 | <!-- <START NEW CHANGELOG ENTRY> -->
|
4 | 4 |
|
| 5 | +## 7.16.6 |
| 6 | + |
| 7 | +([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.16.5...01c6ab25ec81277ab4d8585747f904c89a8c02b0)) |
| 8 | + |
| 9 | +### Bugs fixed |
| 10 | + |
| 11 | +- Prevent leading whitespace in markdown code blocks from being stripped [#2203](https://github.com/jupyter/nbconvert/pull/2203) ([@peytondmurray](https://github.com/peytondmurray)) |
| 12 | +- Fix bullet list parsing in markdown [#2177](https://github.com/jupyter/nbconvert/pull/2177) ([@douglas-raillard-arm](https://github.com/douglas-raillard-arm)) |
| 13 | +- Fix crash when running with optimization [#2160](https://github.com/jupyter/nbconvert/pull/2160) ([@QuLogic](https://github.com/QuLogic)) |
| 14 | + |
| 15 | +### Maintenance and upkeep improvements |
| 16 | + |
| 17 | +- remove any twitter mention [#2206](https://github.com/jupyter/nbconvert/pull/2206) ([@Carreau](https://github.com/Carreau)) |
| 18 | +- Update base.tex.j2 for macro compatibility with newer versions of Pandoc [#2196](https://github.com/jupyter/nbconvert/pull/2196) ([@PetalAdrift](https://github.com/PetalAdrift)) |
| 19 | + |
| 20 | +### Contributors to this release |
| 21 | + |
| 22 | +([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2025-01-02&to=2025-01-28&type=c)) |
| 23 | + |
| 24 | +[@Carreau](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3ACarreau+updated%3A2025-01-02..2025-01-28&type=Issues) | [@douglas-raillard-arm](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Adouglas-raillard-arm+updated%3A2025-01-02..2025-01-28&type=Issues) | [@gabemorris12](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Agabemorris12+updated%3A2025-01-02..2025-01-28&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Akrassowski+updated%3A2025-01-02..2025-01-28&type=Issues) | [@PetalAdrift](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3APetalAdrift+updated%3A2025-01-02..2025-01-28&type=Issues) | [@peytondmurray](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apeytondmurray+updated%3A2025-01-02..2025-01-28&type=Issues) | [@QuLogic](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3AQuLogic+updated%3A2025-01-02..2025-01-28&type=Issues) |
| 25 | + |
| 26 | +<!-- <END NEW CHANGELOG ENTRY> --> |
| 27 | + |
5 | 28 | ## 7.16.5
|
6 | 29 |
|
7 | 30 | ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.16.4...18e10f6484afdfee39105248c28abe5ef0835b22))
|
|
29 | 52 |
|
30 | 53 | [@bollwyvl](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Abollwyvl+updated%3A2024-04-29..2025-01-02&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Afcollonval+updated%3A2024-04-29..2025-01-02&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Akrassowski+updated%3A2024-04-29..2025-01-02&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2024-04-29..2025-01-02&type=Issues) | [@stuaxo](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Astuaxo+updated%3A2024-04-29..2025-01-02&type=Issues) | [@t-makaro](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3At-makaro+updated%3A2024-04-29..2025-01-02&type=Issues) | [@takluyver](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Atakluyver+updated%3A2024-04-29..2025-01-02&type=Issues) | [@thomasjm](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Athomasjm+updated%3A2024-04-29..2025-01-02&type=Issues) | [@timkpaine](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Atimkpaine+updated%3A2024-04-29..2025-01-02&type=Issues) | [@xiacunshun](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Axiacunshun+updated%3A2024-04-29..2025-01-02&type=Issues)
|
31 | 54 |
|
32 |
| -<!-- <END NEW CHANGELOG ENTRY> --> |
33 |
| - |
34 | 55 | ## 7.16.4
|
35 | 56 |
|
36 | 57 | ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.16.3...71fde294f623083f364bf68e14f07459dee952e6))
|
@@ -1613,7 +1634,6 @@ raw template
|
1613 | 1634 | {%- endblock in_prompt -%}
|
1614 | 1635 | """
|
1615 | 1636 |
|
1616 |
| - |
1617 | 1637 | exporter_attr = AttrExporter()
|
1618 | 1638 | output_attr, _ = exporter_attr.from_notebook_node(nb)
|
1619 | 1639 | assert "raw template" in output_attr
|
|
0 commit comments