1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-10 22:21:47 +03:00
Dan Brown 819ec55b1b
Fixed code block language parsing issue
Language parsing of code blocks could falter on pasted code blocks due
to the lanuage being parsed with a space which would throw an error when
used as a css class.
This adds more extensive language parsing to be safer.

Fixes #3133
2022-01-04 11:54:24 +00:00
..