Skip to content

Releases: samwilson/commonmark-latex

1.2.0

06 Apr 02:00
d26ebed

Choose a tag to compare

  • Add support for tables, if the TableExtension is loaded.
  • Remove empty lines between LaTeX list items.

1.1.0

03 Dec 12:49
6414af2

Choose a tag to compare

  • Add support for hard line breaks.
  • Do not backslash-escape underscores in links.

1.0.1

27 Sep 03:12
ef6d080

Choose a tag to compare

  • Fix bug with spaces after ellipses.
  • Add PHPStan to CI.
  • Update documentation.

1.0.0

27 Aug 23:50
9f5456b

Choose a tag to compare

0.4.2

11 Jan 08:47
931312f

Choose a tag to compare

  • Handle repeated footnotes, with the footmisc package.

0.4.1

23 Sep 10:19
6eebac0

Choose a tag to compare

  • Don't add footnotes for bare URLs with special characters.

0.4.0

15 Sep 13:04
6c9c43b

Choose a tag to compare

0.3.2

27 Aug 02:19
230edb6

Choose a tag to compare

  • Escape percent signs (used for URL-encoding) in link URLs.

0.3.1

26 Aug 10:58
3984157

Choose a tag to compare

  • Escape hashes in link URLs.

0.3.0

11 May 11:17
f4d4d51

Choose a tag to compare

  • Use \verb and backticks for inline code.