Modify regex #1236
Labels
bug
Bugs reported by users
good first issue
Good for newcomers
scope:magics
Issues concerning the magic commands
Milestone
ollama:deepseek-coder-v2
Generates code like bellow
where there is space before ```python causing the output to be incorrect. Need to modify the lang_indicator as follows.
lang_indicator = r"^\s*```[a-zA-Z0-9]\s\n"
The text was updated successfully, but these errors were encountered: