ckeditor5-math
Advanced tools
Changelog
34.1.1 (2022-08-03)
New configuration setting, katexRenderOptions
(optional) - for KaTeX engines. Accepts object of katex.render()
/ katex.renderToString()
options:
InlineEditor.defaultConfig = {
// ...
math: {
engine: 'katex'
katexRenderOptions: {
macros: {
"\\neq": "\\mathrel{\\char`≠}",
},
},
}
}
via PR #64 by Tony Narlock.
Changelog
34.1.0 (2022-06-21)
Changelog
34.0.0 (2022-05-12)
Update dependencies for CKEditor 34.0.0 (Release notes)
Begin keeping a yarn lockfile. This will make it easier to track changes aren't due to sub-dependencies shifting across time and development conditions.
Changelog