chroma
chroma copied to clipboard
Remove whitespace tokenizing rule in markdown lexer
fix #744 related issue: go-gitea/gitea#32136
current markdown lexer is tokenizing by whitespace, but in markdown sytanx this implementation can cause some errors.