1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-05 00:22:33 +03:00
Files
bookstack/resources/js
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 
2022-01-04 11:54:24 +00:00
..