mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-11 05:58:40 +00:00
Remove Makefile and migrate to NPM scripts (#1135)
* Remove Makefile and migrate to NPM scripts * Update documentation/.arclint * Check node version in prestart * Group test npm scripts into `test:`
This commit is contained in:
committed by
Kevin Barabash
parent
73d80f595c
commit
383a68b935
@@ -4,10 +4,6 @@
|
||||
// whose purpose is to generate unicodeSymbols.js in this directory.
|
||||
// In this way, only this tool, and not the distribution/browser,
|
||||
// needs String's normalize function.
|
||||
//
|
||||
// This tool should be run (via `node unicodeMake.js` or `make unicode`)
|
||||
// whenever KaTeX adds support for new accents, and whenever
|
||||
// the Unicode spec adds new symbols that should be supported.
|
||||
|
||||
const accents = require('./unicodeAccents');
|
||||
|
||||
|
Reference in New Issue
Block a user