Added
- Added a new function `rich_tools.strip_markup_tags()` that removes rich markup tags from a string.
It's a simple helper function to call the rich library's method: `Text.from_markup("[i]str[/i]").plain`
Changed
- `rich_tools.table_to_df()` now supports a `remove_markup` argument that when False will leave rich markup in the
values added to the `df`.