Why don't code blocks work in blogs built with hexo+github pages?

I have built a static blog using hexo+github pages these days. The code blocks of previous blog posts can be displayed normally, but when I write it today, I find that the code blocks written by markdown cannot be rendered. The code in the md file is:

:

The backquotation marks used for referencing code blocks in

markdown syntax are not recognized, line breaks are tried, spaces are invalid, and cache refreshing has been tried. And even if these two code blocks are normal, the previous code blocks do not appear to be normal again.


Code block with appropriate blank lines

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35718-2bf78.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35718-2bf78.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?