Closed edemaine closed 3 years ago
The require statement was written from the perspective of the test directory, but a user of this package from NPM will want to require('markdown-it-texmath') directly, given the definition of main in package.json.
require
test
require('markdown-it-texmath')
main
package.json
The
require
statement was written from the perspective of thetest
directory, but a user of this package from NPM will want torequire('markdown-it-texmath')
directly, given the definition ofmain
inpackage.json
.