Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

MultiMarkdown-6-6.7.0-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: MultiMarkdown-6 Distribution: openSUSE:Factory:zSystems
Version: 6.7.0 Vendor: openSUSE
Release: 1.1 Build date: Sat Dec 30 08:35:48 2023
Group: Unspecified Build host: s390zl24
Size: 2175375 Source RPM: MultiMarkdown-6-6.7.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://fletcherpenney.net/multimarkdown
Summary: Reference implementation of MultiMarkdown
MultiMarkdown is a derivative of Markdown that adds new syntax features,
such as footnotes, tables, and metadata. Additionally, it offers mechanisms
to convert plain text into LaTeX in addition to HTML.

Provides

Requires

License

MIT

Changelog

* Wed Dec 27 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 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 2022 mpluskal@suse.com
  - Update to version 6.6.0:
    *
* Tue Jan 26 2021 Martin Pluskal <mpluskal@suse.com>
  - Update to version 6.6.0:
    * 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
* Thu Feb 06 2020 Martin Pluskal <mpluskal@suse.com>
  - Update to version 6.5.1:
    * 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
    * Revert "remove build folder"
    * remove build folder
    * update README with instructions for Xcode
    * FIXED: Fix regression
    * ADDED: Add ASCII case detection
    * UPDATED: Refactor header file inclusion
    * UPDATED: Tidy code
    * FIXED: Fix potential errors related to checking for metadata
    * FIXED: Improve efficiency when checking for existence of metadata
    * FIXED: Fix potential memory address error
    * FIXED: Allow building libMMD has a child project for testing
    * FIXED: Fix length of metadata if no trailing line ending
    * UPDATED: Tidy code
    * UPDATED: Tidy code
    * FIXED: Improve BOM stripping
    * UPDATED: reduce false-positive rate of metadata where first line contains colon but metadata is not intended
    * UPDATED: Automatically disable libCurl on iOS
    * UPDATED: remove reliance on version.h when testing
    * UPDATED: Remove debug statement
    * UPDATED: Add UTF-8 validity check function
    * UPDATED: Fix main() when token pools disabled
    * UPDATED: Update char.c
    * UPDATED: Remove some old debugging statements that aren't necessary anymore
    * FIXED: Fix filename
    * UPDATED: Additional README comments about Xcode
    * add how to build Xcode framework to README
    * FIXED: Fix trim trailing whitespace
    * UPDATED: Update astyle
    * UPDATED: Add MARKUP token type
    * UPDATED: Update astyle settings
    * FIXED: Fix potential issue in d_string
    * FIXED: Fix potential issue in d_string
    * UPDATED: Remove i386 build architecture from default configuration
    * ADDED: Add {{TOC:1}} and {{TOC:1-2}} options
    * UPDATED: Silence warnings
    * UPDATED: Apply astyle
    * FIXED: Fix potential bug when reading OPML/ITMZ
    * FIXED: Update Quick Start PDF
    * FIXED: Clean up Quick Start guide
    * FIXED: Update Quick Start PDF
    * FIXED: Fix prior bad edits to quick start guide
    * FIXED: Fix warning
    * FIXED: Fix handling of hebrew language option
    * UPDATED: Fix doxygen template
    * UPDATED: Update advanced headers test suite
    * ADDED: Add support for random header labels when not manually specified (Addresses #157)
    * FIXED: Prevent line breaks in HTML/ODF attributes
    * UPDATED: table id attribute should be on table not caption
    * FIXED: Fix whitespace issues with headers with manual labels
    * FIXED: Include .html for EPUB and .fodt for ODT when transcluding with wildcard extension
    * UPDATED: Silence some Xcode warnings
    * FIXED: Fix pointer dereference (fixes #152)
    * UPDATED: Change convenience scripts for better POSIX compliance (implements #150) (Thanks, Ryan)
    * UPDATED: Apply astyle
    * FIXED: Ensure newline at end of header contents when importing from OPML/ITMZ
    * FIXED: Fix CMake config for MacPorts (fixes #146)
    * FIXED: Fix letterhead reference to memoir-footer. (Fixes #143)
    * FIXED: Use C11 (had old C99 as well, but I suspect that wasn't actually used
    * FIXED: Fix PATH in convenience scripts
    * FIXED: Fix bugs in new zip extraction code
    * Update mmd6-letterhead-leader.tex
    * FIXED: Add byte for null terminator when extracting from zip archive
    * FIXED: Update re2c scanners and prevent crash on certain documents with unexpected encoding
    * ADDED: Add conversion from ITMZ routines
    * UPDATED: Refactor XML parsing; improve OPML reading; add ITMZ (iThoughts) reading/writing (experimental feature); a few other small tweaks
    * UPDATED: Update macOS deployment version to 10.6 for Mojave
    * UPDATED: Don't require opening <?xml> in OPML
    * UPDATED: Apply astyle
    * UPDATED: Add OPML routines to libMultiMarkdown.h
    * UPDATED: Update d_string
* Tue Nov 05 2019 Martin Pluskal <mpluskal@suse.com>
  - Use modern macro for cmake
* Thu Oct 17 2019 Richard Brown <rbrown@suse.com>
  - Remove obsolete Groups tag (fate#326485)
* Wed Mar 06 2019 Martin Pluskal <mpluskal@suse.com>
  - Update to version 6.4.0:
    * version bump
    * FIXED: Fix token length in OPML
    * UPDATED: Allow '\' to preserve line break in metadata.  (Addresses #86)
    * FIXED: Prevent potential null dereference
    * Avoid potential error with stack_free
    * FIXED: Use Setext headers when necessary to convert from OPML to text (fixes #138)
    * UPDATED: Apply astyle
    * ADDED: Add opml option to read for MultiMarkdown OPML files
    * UPDATED: Adjust metadata for test files
    * FIXED: Trim single remaining whitespace when exporting headers
* 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

Files

/etc/alternatives/markdown
/usr/bin/MultiMarkdown-6-markdown
/usr/bin/MultiMarkdown-6-mmd
/usr/bin/markdown
/usr/bin/mmd2all
/usr/bin/mmd2epub
/usr/bin/mmd2fodt
/usr/bin/mmd2odt
/usr/bin/mmd2opml
/usr/bin/mmd2pdf
/usr/bin/mmd2tex
/usr/bin/multimarkdown
/usr/share/doc/packages/MultiMarkdown-6
/usr/share/doc/packages/MultiMarkdown-6/README.md
/usr/share/licenses/MultiMarkdown-6
/usr/share/licenses/MultiMarkdown-6/LICENSE
/usr/share/texmf/tex/latex/mmd6
/usr/share/texmf/tex/latex/mmd6/Portfolio.png
/usr/share/texmf/tex/latex/mmd6/README.md
/usr/share/texmf/tex/latex/mmd6/Vintage.png
/usr/share/texmf/tex/latex/mmd6/beamerthemekeynote-gradient.sty
/usr/share/texmf/tex/latex/mmd6/beamerthemekeynote-portfolio.sty
/usr/share/texmf/tex/latex/mmd6/beamerthemekeynote-vintage.sty
/usr/share/texmf/tex/latex/mmd6/manuscript.sty
/usr/share/texmf/tex/latex/mmd6/mmd-envelope.sty
/usr/share/texmf/tex/latex/mmd6/mmd-letterhead.sty
/usr/share/texmf/tex/latex/mmd6/mmd6-article-begin.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-article-footer.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-article-leader.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-beamer-begin.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-beamer-footer.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-beamer-leader.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-criticmarkup.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-default-metadata.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-letterhead-begin.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-letterhead-footer.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-letterhead-leader.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-manuscript-begin.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-manuscript-footer.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-manuscript-leader.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-manuscript-packages.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-memoir-book-begin.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-memoir-book-footer.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-memoir-book-leader.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-memoir-copyright.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-memoir-footer.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-memoir-layout-8.5x11.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-memoir-packages.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-memoir-setup.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-title.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-tufte-book-begin.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-tufte-book-footer.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-tufte-book-leader.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-tufte-footer.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-tufte-handout-begin.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-tufte-handout-footer.tex
/usr/share/texmf/tex/latex/mmd6/mmd6-tufte-handout-leader.tex


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024