Remove accidentally added tab
This commit is contained in:
parent
ca9ce4b592
commit
cc1da8aee6
@ -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' ) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user