Update Parsedown.php

This commit is contained in:
Valeriu Vodnicear 2021-03-04 20:40:00 +02:00 committed by GitHub
parent 6598f3860c
commit 2f7a03946e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ class Parsedown
*/
$language = substr($infostring, 0, strcspn($infostring, " \t\n\f\r"));
$Element['attributes'] = array('class' => "language-$language");
$Element['attributes'] = array('class' => "language-$language bg-graydark rounded-lg p-5 overscroll-contain overflow-auto");
}
$Block = array(