CHANGELOG ========= 0.8.0 (2018-01-24) ------------------ * Replace align attribute with text-align style 0.7.1 (2018-01-23) ------------------ * Fix undefined method in commonmark 0.17 0.7.0 (2018-01-09) ------------------ * Increased minimum PHP version to 5.6 * Removed support for commonmark 0.14 and 0.15 API * Updated to the commonmark 0.16 and 0.17 API * Fix a problem with parsing whitespaces at the end of line 0.6.1 (2017-01-11) ------------------ * Fixed parsing of one column tables 0.6.0 (2016-09-26) ------------------ * Updated to the commonmark 0.15 API * Moved twig template to [webuni/commonmark-twig-renderer](https://packagist.org/packages/webuni/commonmark-twig-renderer) 0.5.0 (2016-07-13) ------------------ * Added support for table caption (MultiMarkdown) * Added a template for twig renderer * Updated to the commonmark 0.14 API 0.4.0 (2015-09-21) ------------------ * Updated to the new commonmark 0.11 API 0.3.0 (2015-07-27) ------------------ * Added support for custom attributes in renderers 0.2.0 (2015-07-27) ------------------ * Updated to the new commonmark 0.10 API 0.1.0 (2015-06-24) ------------------ * Implemented GFM tables