houfu / redlines

Show the differences between two strings/text as a compact text, in markdown/HTML, in the terminal and more.
https://houfu.github.io/redlines/
MIT License
110 stars 6 forks source link

added None to be detected for markdown_style #22

Closed RamishKH closed 1 year ago

RamishKH commented 1 year ago

https://github.com/houfu/redlines/issues/21

added the functionality to use None for markdown_style so it is not default

houfu commented 1 year ago

Hi, thanks for contributing. Is it possible to add a test? Like here: https://github.com/houfu/redlines/blob/e06ca648c3697233375bc149a31e2edb015a98cd/tests/test_redline.py#L147

If you don't know what I am talking about, just let me know :ok_hand:

RamishKH commented 1 year ago

just added a test case

https://github.com/houfu/redlines/pull/22#issuecomment-1704322434