MetaGPT icon indicating copy to clipboard operation
MetaGPT copied to clipboard

Fix: update regular expression of parse code

Open SevenFo opened this issue 1 year ago • 1 comments
trafficstars

Features

Change non-greedy matching to greedy matching prevent matching from being interrupted by another ```

SevenFo avatar Jun 27 '24 10:06 SevenFo

Great. I think we still need to prevent multiple ``` here? If you just change the matching range, multiple ```s are unexpected.

geekan avatar Jul 15 '24 08:07 geekan

Since this method does not satisfy all scenarios, it is closed.

geekan avatar Oct 20 '24 06:10 geekan