| Summary: | Some pandoc symbols are not parsed in preview | ||
|---|---|---|---|
| Product: | [Applications] ghostwriter | Reporter: | Ryan H. <kde> |
| Component: | general | Assignee: | megan.conkle |
| Status: | CONFIRMED --- | ||
| Severity: | minor | CC: | kde |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ryan H.
2022-12-02 17:22:08 UTC
It looks like this is part of an extension that is not autoloaded in MathJax. I'll add the appropriate code to load it.
Note to self or anyone who wants to implement the fix, the gensymb extension needs to be loaded like so:
window.MathJax = {
loader: {load: ['[tex]/gensymb']},
tex: {packages: {'[+]': ['gensymb']}}
};
See this link for details: https://docs.mathjax.org/en/latest/input/tex/extensions/gensymb.html
|