Remove accidentally added tab

This commit is contained in:
Asvin Goel 2021-10-04 12:19:06 +02:00
parent ca9ce4b592
commit cc1da8aee6
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ const Plugin = {
hljs.highlightBlock( block );
// Don't generate line numbers for empty code blocks
// Don't generate line numbers for empty code blocks
if( block.innerHTML.trim().length === 0 ) return;
if( block.hasAttribute( 'data-line-numbers' ) ) {