* Thu Mar 08 2018 mpluskal@suse.com
- Update to version 6.3.0:
* version bump
* UPDATED: Apply astyle to source
* UPDATED: Remove deprecated fodt.c and fodt.h
* FIXED: Fix issue with list bullets in fenced code blocks
* FIXED: Fix typo in QuickStart.txt (fixes #111)
* Fix encoding of some markup inside LaTeX texttt environment (fixes #110 and #108)
* UPDATED: Update dates
* UPDATED: Add test suite to d_string
* FIXED: Fix edge case with superscripts and punctuation
* Thu Dec 07 2017 mpluskal@suse.com
- Update to version 6.2.3:
* version bump
* FIXED: Fix potential NULL pointer dereference
* FIXED: Fix bug with multiple footnotes in single paragraph when exporting to LaTeX
* CHANGED: Update superscript/subscript algorithm to allow leading instances
* UPDATED: Refactor file utilities into file.c/h
* FIXED: Prevent pointer overflow
* UPDATED: Silence Xcode static analyzer false positives
* FIXED: Fix potential bug
* FIXED: Fix potential bug
* UPDATED: Fix issue with AStyle indent settings
* Wed Nov 15 2017 mpluskal@suse.com
- Update dependencies
* Fri Nov 03 2017 mpluskal@suse.com
- Conflict with MultiMarkdown-5
- Provide virtual package markdown
* Thu Oct 19 2017 mpluskal@suse.com
- New package MultiMarkdown-6 based on MultiMarkdown-5
* Thu Jun 22 2017 mpluskal@suse.com
- Enable tests
- Update alernatives handling according to current guidelines
* Fri Oct 28 2016 mpluskal@suse.com
- Fix typo and add more comments
* Tue Oct 18 2016 mpluskal@suse.com
- Use update alternatives to allow parallel installation with discount
- Avoid conflict with mtools
* Sun Oct 16 2016 mpluskal@suse.com
- Update to version 5.4.0:
* Improve accuracy and performance of strong/emph
* CHANGED: Update greg
* 5.3.0
* CHANGED: Update README
* ADDED: Move static library options to separate make target
* FIXED: Fix crash with empty table label
* ADDED: Add email address to cpack settings (addresses #31)
* CHANGED: Increase list of syntax structures that are evaluated for abbreviations (Thanks, David!)
* FIXED: Avoids problem mentioned on github (#30), but doesn't actually solve it. Any help appreciated!
* version bump 5.4.0
* Sat Jul 09 2016 mpluskal@suse.com
- Update to version 5.3.0:
* FIXED: Don't allow math spans inside strong/emph
* FIXED: Fix slow parsing of complex strong/emph (Fixes #18)
* CHANGED: Update test suite
* FIXED: Improve performance; FIXED: Fix additional edge case in emph/strong parser
* Improve accuracy and performance of strong/emph
* CHANGED: Update greg
* 5.3.0
* Wed Jul 06 2016 mpluskal@suse.com
- Fix building on linux (needs static glibc and -D_GNU_SOURCE)
* Sun May 01 2016 mpluskal@suse.com
- Update to version 5.2.0:
* ADDED: Add support for 'HTML FOOTER' metadata -- appended at very end of HTML documents (after footnotes)
* CHANGED: Update documentation for HTML Footer metadata
* CHANGED: Update Math test suite
* FIXED: Improve accuracy of strong/emph parsing; CHANGED: Allow nested strong/emph spans (though effect of output is not defined for all formats)
* ADDED: Add additional test cases
* CHANGED: recursive support for CriticMarkup syntax (e.g. an addition can be included inside a substitution).
* FIXED: Remove debugging statement in recent CriticMarkup changes
* CHANGED: Update test suite
* Version bump 5.2.0
* Sun May 01 2016 mpluskal@suse.com
- Initial package