What's Changed
- Bump github.com/urfave/cli/v2 from 2.25.6 to 2.25.7 by @dependabot in #177
- Mode switching for when there are a large number of blocks in the markdown is implemented. by @ddddddO in #179
- In the case of few Roots, simple implementation is faster in execution!
- Use this one by default.
- However, for multiple Roots, pipeline implementation execution speed tends to be faster💪✨
- In the CLI, it is available by specifying
--massive
. - In the Go program, it is available by specifying
WithMassive
func.
- In the CLI, it is available by specifying
- In the case of few Roots, simple implementation is faster in execution!
Full Changelog: v1.7.51...v1.8.0