Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
emmerich committed Apr 25, 2024
1 parent b194aeb commit 9c68a13
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -3,7 +3,11 @@ const CODE_HIGHLIGHT_BLOCK_LIMIT = 50;
/**
* Spaces where we'll always use plain highlighting.
*/
const PLAIN_HIGHLIGHTING_SPACES: string[] = ['V9geAO9ITPi8WOYK5o0r', 'puRmcwVxGFtHph8IjXaf', 'e3jwbMOrr4RhKtZ9C0XL'];
const PLAIN_HIGHLIGHTING_SPACES: string[] = [
'V9geAO9ITPi8WOYK5o0r',
'puRmcwVxGFtHph8IjXaf',
'e3jwbMOrr4RhKtZ9C0XL',
];

/**
* Protect against memory issues when highlighting a large number of code blocks.
Expand Down

0 comments on commit 9c68a13

Please sign in to comment.