diff --git a/CHANGELOG.md b/CHANGELOG.md index f68d33c02..3562f6df6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Adds missing parameters to Panel.fit https://github.com/Textualize/rich/issues/3142 +### Fixed + +- Ensure font is correctly inherited in exported HTML https://github.com/Textualize/rich/issues/3104 + ## [13.6.0] - 2023-09-30 ### Added diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index bff51eea3..ba8759eae 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -73,3 +73,4 @@ The following people have contributed to the development of Rich: - [James Addison](https://github.com/jayaddison) - [Pierro](https://github.com/xpierroz) - [Bernhard Wagner](https://github.com/bwagner) +- [Aaron Beaudoin](https://github.com/AaronBeaudoin) diff --git a/rich/_export_format.py b/rich/_export_format.py index 998a9b0de..e7527e52f 100644 --- a/rich/_export_format.py +++ b/rich/_export_format.py @@ -12,7 +12,7 @@
-{code}
+ {code}