Skip to content

Version 1.1.2

Choose a tag to compare

@cebe cebe released this 16 Jul 21:13
· 32 commits to master since this release
  • #126 Fixed crash on empty lines that extend a lazy list
  • #128 Fix table renderer which including default alignment (@tanakahisateru)
  • #129 Use given encoded URL if decoded URL text looks insecure, e.g. uses broken UTF-8 (@tanakahisateru)
  • Added a workaround for a PHP bug which exists in versions < 7.0, where preg_match() causes a segfault
    on catastropic backtracking in emph/strong parsing.