MetaGPT
MetaGPT copied to clipboard
Fix: update regular expression of parse code
trafficstars
Features
Change non-greedy matching to greedy matching prevent matching from being interrupted by another ```
Great. I think we still need to prevent multiple ``` here? If you just change the matching range, multiple ```s are unexpected.
Since this method does not satisfy all scenarios, it is closed.