mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
Issue #8636 **Bug** Fenced code block closing tags break colorization if they are prefixed with spaces. According to the commonmark spec, up to three spaces are allowed. **Fix** Update defintion of fenced code block closing tag to support spaces. Closes #8636