We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37bafb6 commit 70b4a0aCopy full SHA for 70b4a0a
lib/common/utils.js
@@ -289,10 +289,6 @@ function normalizeReference(str) {
289
return str.toLowerCase().toUpperCase();
290
}
291
292
-/* eslint-env browser */
293
-var _g = typeof global !== 'undefined' ? global : window;
294
-var tokensRef = new _g.WeakMap();
295
-
296
function getLineOffset(state) {
297
if (state.env.parentToken.parentType === 'blockquote') {
298
const blockState = state.env.state_block;
0 commit comments