Skip to content

Commit 18ae34c

Browse files
committed
Don't add @mathjax to package name twice
1 parent b9a9c45 commit 18ae34c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • components/mjs/input/tex/extensions/mhchem
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import './lib/mhchem.js';
22
import {fontExtension} from '../../extension.js';
33

4-
fontExtension('[tex]/mhchem', '@mathjax/mathjax-mhchem-font-extension');
4+
fontExtension('[tex]/mhchem', 'mathjax-mhchem-font-extension');

0 commit comments

Comments
 (0)