* version bump
* FIXED: Fix error detecting tables when indented in list items -- Thanks, @wnm3!
* Avoid space to be eaten aways after a slash in latex export
* UPDATED: Update github CI for multiple platforms
* UPDATED: Update github CI for multiple platforms
* UPDATED: Update github CI for multiple platforms
* UPDATED: Update github CI for multiple platforms
* UPDATED: Update github CI for multiple platforms
* ci: added github CI
* FIXED: Fix issue with reference links with leading space instead of tab
* FIXED: Fix edge case where table separator without leading pipe is treated as a list item
* FIXED: Fix architecture issue when running multimarkdown from Xcode
* FIXED: bibtex metadata should be raw
* FIXED: Fix typos in error messages
* UPDATED: standardize common source files
* ADDED: Add more token types
* FIXED: Don't output empty figure captions
* FIXED: Fix issue with certain nested lists
* use unsigned short in implementation, too
* specify unsigned short for functions in token.h
* FIXED: Use MultiMarkdown instead of libMultiMarkdown as title in version.h
* FIXED: Improve markup handling around definition lists and colons
* FIXED: Fix flow control error
* FIXED: Improve edge cases around fenced code blocks and setext headers
* FIXED: Fix trailing whitespace issues in headers/TOC
* FIXED: Improve token mapping in header blocks
* FIXED: Use UTC for timestamp
* ADDED: Add compiler flag (DISABLE_OBJECT_POOL) to disable token pools
* UPDATED: Update lexers with newer version of re2c
OBS-URL: https://build.opensuse.org/package/show/Publishing/MultiMarkdown-6?expand=0&rev=20
* UPDATED: Update CMakeLists.txt for Universal Binary
* CHANGED: Reformat comment
* UPDATED: Apply astyle to all files
* FIXED: Fix style issue with ODT output format
* FIXED: Improve README install path
* FIXED: Re-enable token object pools in default configuration
* version bump
* UPDATED: Restructure source code organization; Restructure Cmake configuration file; restructure Makefile
* version bump
* ADDED: Add additional blockquote tests
* FIXED: Fix issue when parsing blockquote that contains raw HTML
* FIXED: Don't free NULL link
* FIXED: Fix regression
* FIXED: Improve blockquote parser
* FIXED: Add latex footer to beamer output format (fixes#185)
* FIXED: Fix test suite
* FIXED: Prevent iOS Safari from bastardizing left arrow unicode character with an ugly emoji
* FIXED: Allow hyphen in image/link unquoted attributes
* ADDED: Add format to create HTML with storing of assets
* FIXED: Fix issue with tight list where last item has multiple paragraphs not being recognized as a loose list
* FIXED: Fix CMake issue
* FIXED: tweak CriticMarkup highlight handling
* version bump
* FIXED: Update cpack generator for macOS
* Fix fsf address in files licenses.
* FIXED: Fix memory leak in ITMZ reader
* UPDATED: Adjust cmake to only make library when included from a parent project
* FIXED: Don't use undefined version string
OBS-URL: https://build.opensuse.org/package/show/Publishing/MultiMarkdown-6?expand=0&rev=18
* FIXED: Fix README version
* version bump
* FIXED: Fix error when pruning tokens
* FIXED: Fix array overflow with wide tables
* FIXED: Fix tests
* FIXED: Fix null dereference
* FIXED: Fix memory leak
* FIXED: Fix null dereference
* FIXED: Fix edge case in fenced code blocks
* FIXED: Use more definitive edge case fix
* FIXED: Fix metadata edge case
* FIXED: Fix typos
* FIXED: Ensure use of bash for creating AllTests.c
* FIXED: Fix edge case in block parsing
* FIXED: Fix edge case error in definition lists
* UPDATED: Shorten hash function for compiling speed since we are hashing shorter strings
* FIXED: Fix name mismatch of mmd6-default-metadata (Addresses #173)
* UPDATED: Update notes source text
* version bump; copyright bump
* FIXED: Fix test suite for new captions
* ADDED: Add title as short caption for figures and tables to be used in list of figures and list of tables. Addresses #177 -- thanks, MArpogaus
* FIXED: Fix memory leak (#172) -- thanks Alfons
* UPDATED: Update cmake for xcode 11
* UPDATED: Tweak smart quote rules to avoid false positive matches when using double quote as inches mark
* FIXED: Fix two small potential errors
* UPDATED: Make astyle
* FIXED: Fix edge case with single item loose lists (fixes#174)
* FIXED: Update README template
* Fixes to README
OBS-URL: https://build.opensuse.org/package/show/Publishing/MultiMarkdown-6?expand=0&rev=16