Reference implementation of MultiMarkdown
http://fletcherpenney.net/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.
- Developed at Publishing
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2:FactoryCandidates/MultiMarkdown-6 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
MultiMarkdown-6-6.7.0.obscpio | 0008388109 8 MB | |
MultiMarkdown-6.changes | 0000015298 14.9 KB | |
MultiMarkdown-6.obsinfo | 0000000104 104 Bytes | |
MultiMarkdown-6.spec | 0000002858 2.79 KB | |
_service | 0000000618 618 Bytes | |
_servicedata | 0000000245 245 Bytes |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1135290
from
Martin Pluskal (pluskalm)
(revision 8)
- 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
Comments 0