Add table filtering

This commit is contained in:
Mark Backman
2024-10-11 14:10:47 -04:00
parent d10c7ac7ce
commit 74d47b725f
2 changed files with 62 additions and 13 deletions

View File

@@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added new input params to the `MarkdownTextFilter` utility. You can set
`filter_code` to filter code from text.
`filter_code` to filter code from text and `filter_tables` to filter tables
from text.
## [0.0.43] - 2024-10-10