望将

Results 2 issues of 望将

What: using shell-quote to deal with multiple line string test case Why and How: current plugin accept multiple line string test case, but will lead to run time failure which...

here is the reason, when parsing [commonmark](https://spec.commonmark.org/0.29/#fenced-code-blocks)'s code block, it should be delimited by the same length of `` ` `` or `~`, where we need to keep track of...