Fix import / usage of Katex dependency
marzn opened this issue · 2 comments
marzn commented
Katex is loaded from CDN in index.html in L26 and L32-40 and it is defined as dev dependency in package.json which does not seem to be correct.
Todo
- Decide whether to use a CDN or define it as dependency (not dev)
- Clean up code in index.html and/or package.json
mbeisel commented
got fixed in branch masterthesis/patternauthoring and will be merged with the next content integration
manuwei commented
this issue was resolved and is no longer present on the master branch