KAWAKAMI Moeki
KAWAKAMI Moeki
Commonmarker v1 moved to be Rust's [comrak](https://github.com/kivikakk/comrak) from C's [cmark](https://github.com/commonmark/cmark). https://github.com/gjtorikian/commonmarker/issues/107 And with that, AST parser that used [`Mato::Processor#parse_markdown`](https://github.com/bitjourney/mato/blob/0325954d9a1dc0d34c4d671eec8228628e00a023/lib/mato/processor.rb#L47) is abolished. https://github.com/gjtorikian/commonmarker/issues/104 But [they are reintroducing AST parser](https://github.com/gjtorikian/commonmarker/pull/276). So we...
## Motivation and Context This eliminates the manual step of copying URLs and opening browsers, making the development workflow more efficient. ## How Has This Been Tested? Tested on macOS...