[Improvement] replace the unmaintained markdown-builder package
meteorlxy opened this issue · 2 comments
Describe the improvement
The markdown-builder package is no longer maintained since 2019.
It introduces a redundant legacy version of husky in its dependencies, which pollutes the dependency tree:
Lines 6318 to 6323 in 0482568
Although it could be resolved by the "resolutions" feature of some package manager, I think it could be better to replace it totally from the @callstack/reassure-compare
package.
I found there is a fork mr_markdown_builder and maybe we can make use of it directly?
Hey, would you like to contribute this in a pull request maybe? :)
I've did a quick check where do we use markdown builder and it's pretty minimal. We just use headers.h1
, headers.h3
emphasis.b
and emphasis.i
. Replacements for this should be easy to add to reassure-compare
directly. @meteorlxy would you like to contribute it?