Skip to content

Releases: cebe/markdown-latex

Version 1.1.5

21 May 13:30
c2b13f5

Choose a tag to compare

Added linkStyle option to render links as href.

Version 1.1.4

19 May 11:20
42eb55c

Choose a tag to compare

Fixed escaping of image file names.

Version 1.1.3

23 Aug 09:25

Choose a tag to compare

robustness against nbsp in code parts.

Version 1.1.2

22 Aug 13:43

Choose a tag to compare

Additional support for narrow non-breaking spaces.

Version 1.1.1

22 Aug 13:03

Choose a tag to compare

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

08 Jun 21:02

Choose a tag to compare

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

20 Oct 23:29

Choose a tag to compare

First stable release including github markdown and traditional markdown flavor.