We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160ef34 commit c630b3dCopy full SHA for c630b3d
src/index.js
@@ -9,7 +9,7 @@ const TAGS = {
9
/**
10
* Optional, skips entity encoding
11
*/
12
-let highlight = false
+let highlight = false;
13
14
/** Outdent a string based on the first indented line's leading whitespace
15
* @private
0 commit comments