Releases: cebe/markdown-latex
Releases · cebe/markdown-latex
Version 1.1.5
Version 1.1.4
Fixed escaping of image file names.
Version 1.1.3
robustness against nbsp in code parts.
Version 1.1.2
Additional support for narrow non-breaking spaces.
Version 1.1.1
Add suppport for UTF8 non-breaking space characters, which are now converted to ~, which is the LaTeX control symbol for non-breaking space.
Also updated and fixed the unit tests.
Version 1.1.0
This update allows the use of LaTeX syntax within Markdown using \. It also improves Table Support by using the tabularx environment instead of tabular.
Version 1.0.0
First stable release including github markdown and traditional markdown flavor.