Changelog for https://gitlab.com/mbarkhau/markdown-katex
Thank you to for testing, reporting issues and contributing patches:
- @summersz - Richard Summers
- @bluhme3 - Evan Bluhm
- @pawamoy - Timothée Mazzucotelli
- @briankchan
- @spoorendonk
- @lisongmin
- @alexatadi
- @sacredfox - Akihiro Nomura
- @jnsdrtlf
- @dodoni - Markus Wendt
- @tovrstra - Toon Verstraelen
- Fix #17 rare concurrency issue.
- Update KaTeX binaries to v0.15.1
- Fix #13: Don't strip
<p></p>
when using inline syntax for a single equation.
- Update KaTeX binaries to v0.13.18
- Fix #8: Math inside admonition
- Update KaTeX binaries to v0.13.11
- Update KaTeX binaries to v0.13.6
- Update KaTeX binaries to v0.13.3
- Fix #4: Close file descriptors of Popen
- Add support for blocks with extra backticks
- Fix #14: Since
Markdown>=3.3
support for Markdown in HTML was broken.
Thank you @summersz for reporting this issue.
- Use node12 for KaTeX binary on Windows
- Update KaTeX binaries to v0.13.0
- Fix #12: Bug in handling of paths with whitespace. (Thanks @summersz !)
- Fix #9: Update
katex.css
- Fix #8: Lookup of binaries on windows
- Update documentation wrt. use with WeasyPrint
- Fix #7: File encoding issue on Windows.
- Fix #7 katex-cli on Windows (now uses pkg --target node12...)
- Fix search for local
katex.ps1
,katex.cmd
,katex.exe
on Windows.
- Allow use of
macro-file
option. - Update katex-cli to version v0.11.1
- Fix #6: Regression in code block parsing, introduced in
v202004.0015-beta
- Fix #3: Inline math inside block
- Fix #4: Link tag not properly closed
- Fix: Ignore trailing whitespace after closing fence.
- Fix: Remove extraneous whitespace to work better with whitespace: pre.
- Add option
insert_fonts_css
- Document options
- Add more prominent example to README.md
- Fix #2: Fix spurious log message when using MkDocs
- Fix #1: Wrong formulas are rendered when multiple formulas are in one doc.
- Fix: don't require typing package for py<35
- Fix: Parsing of inline code when using multiple backticks
- Fix: better error reporting
- Fix: cleanup temp dir
- Initial release