crossnote 0.9.24 → 0.9.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -125,7 +125,7 @@ const config = {
125
125
  mathInlineDelimiters: [["$", "$"], ["\\(", "\\)"]],
126
126
  mathBlockDelimiters: [["$$", "$$"], ["\\[", "\\]"]],
127
127
  mathRenderingOnLineService: "https://latex.codecogs.com/gif.latex", // "https://latex.codecogs.com/svg.latex", "https://latex.codecogs.com/png.latex"
128
- mathjaxV3ScriptSrc: 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js',
128
+ mathjaxScriptSrc: 'https://cdn.jsdelivr.net/npm/mathjax@4/tex-mml-chtml.js',
129
129
 
130
130
  // Enable Wiki Link syntax support. More information can be found a https://help.github.com/articles/adding-links-to-wikis/
131
131
  enableWikiLinkSyntax: true,