mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-27 19:28:13 -05:00
* improve CODE_BLOCK_PATTERN for more robust match * improve and add tests * Add support for \r\n * Updated the regex to support indented code blocks (per the Markdown spec). Added test cases for both. * Update formatting --------- Co-authored-by: Adam Fourney <adamfo@microsoft.com> Co-authored-by: Chi Wang <wang.chi@microsoft.com>