forked from pool/MultiMarkdown-6
- Update to version 6.7.0:
* 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
This commit is contained in:
parent
479ef70f65
commit
a4b2b961f7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:efc428e5940a172a63c13d82ee533ea65fbd7781f769f3ae65f99c44cee81f07
|
|
||||||
size 9388045
|
|
3
MultiMarkdown-6-6.7.0.obscpio
Normal file
3
MultiMarkdown-6-6.7.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:11df519d4db1098e99ff8ddb4af779d294696cc30f7146a80d8b20daff51fded
|
||||||
|
size 8388109
|
@ -1,3 +1,74 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 27 11:20:41 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version 6.7.0:
|
||||||
|
* 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
|
||||||
|
* FIXED: Fix typo in xml.c
|
||||||
|
* ADDED: Add OBJECT_REPLACEMENT_CHARACTER token (fixes #216)
|
||||||
|
* FIXED: Fix regression from pull request that breaks build
|
||||||
|
* UPDATED: Include definition list colons as markup token
|
||||||
|
* UPDATED: Project clean up
|
||||||
|
* Add Swift support
|
||||||
|
* FIXED: Reset stack sizes before freeing temporary engine
|
||||||
|
* FIXED: Left out file
|
||||||
|
* FIXED: Centralize html fix
|
||||||
|
* FIXED: Fix issue with escaping in URLs
|
||||||
|
* FIXED: Updated argtable3 now needs to link to math
|
||||||
|
* UPDATED: Update to latest argtable3 code
|
||||||
|
* UPDATED: Update astyle config
|
||||||
|
* FIXED: Fix Glossaries test
|
||||||
|
* FIXED: Fix ambidextrous tokens inside of footnotes and other definitions
|
||||||
|
* CHANGED: Astyle
|
||||||
|
* FIXED: Restore prior label_counter after {{TOC}}
|
||||||
|
* CHANGED: Add additional TOC tests
|
||||||
|
* 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
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 24 08:11:40 UTC 2023 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 6.6.0:
|
||||||
|
* Revert "FIXED: Fix PATH in convenience scripts"
|
||||||
|
* FIXED: Fix PATH in convenience scripts
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 25 10:01:27 UTC 2022 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 6.6.0:
|
||||||
|
*
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 26 08:52:39 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
Tue Jan 26 08:52:39 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
name: MultiMarkdown-6
|
name: MultiMarkdown-6
|
||||||
version: 6.6.0
|
version: 6.7.0
|
||||||
mtime: 1611651143
|
mtime: 1686448105
|
||||||
commit: bf8ea8bccb4ee74a2062e1297e16864d603e9b15
|
commit: 6b6155d5041a023d0de44adf182506c52202a03c
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package MultiMarkdown-6
|
# spec file for package MultiMarkdown-6
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: MultiMarkdown-6
|
Name: MultiMarkdown-6
|
||||||
Version: 6.6.0
|
Version: 6.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Reference implementation of MultiMarkdown
|
Summary: Reference implementation of MultiMarkdown
|
||||||
License: MIT
|
License: MIT
|
||||||
|
6
_service
6
_service
@ -1,13 +1,13 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="obs_scm">
|
<service mode="manual" name="obs_scm">
|
||||||
<param name="url">https://github.com/fletcher/MultiMarkdown-6.git</param>
|
<param name="url">https://github.com/fletcher/MultiMarkdown-6.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="filename">MultiMarkdown-6</param>
|
<param name="filename">MultiMarkdown-6</param>
|
||||||
<param name="revision">refs/tags/6.6.0</param>
|
<param name="revision">refs/tags/6.7.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version"/>
|
<service mode="manual" name="set_version"/>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/fletcher/MultiMarkdown-6.git</param>
|
<param name="url">https://github.com/fletcher/MultiMarkdown-6.git</param>
|
||||||
<param name="changesrevision">6ce255c5b2fce969d276d6c56c395f83da5f9239</param></service></servicedata>
|
<param name="changesrevision">6b6155d5041a023d0de44adf182506c52202a03c</param></service></servicedata>
|
Loading…
Reference in New Issue
Block a user