{"id":31327948,"url":"https://github.com/fletcher/multimarkdown-7","last_synced_at":"2026-04-17T08:02:07.509Z","repository":{"id":313824449,"uuid":"1052872850","full_name":"fletcher/MultiMarkdown-7","owner":"fletcher","description":"Lightweight markup processor to produce HTML, LaTeX, and more. (Currently in pre-release.)","archived":false,"fork":false,"pushed_at":"2026-03-20T01:38:39.000Z","size":4472,"stargazers_count":28,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-03-20T05:59:06.899Z","etag":null,"topics":["html","latex","markdown","markdown-parsing","mmd","multimarkdown"],"latest_commit_sha":null,"homepage":"https://fletcher.github.io/MultiMarkdown-7/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fletcher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-08T17:04:23.000Z","updated_at":"2026-03-20T01:38:42.000Z","dependencies_parsed_at":"2025-09-09T01:04:13.943Z","dependency_job_id":"c9a6e9aa-7592-4feb-ae0b-3617e06ce1e1","html_url":"https://github.com/fletcher/MultiMarkdown-7","commit_stats":null,"previous_names":["fletcher/multimarkdown-7"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fletcher/MultiMarkdown-7","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fletcher%2FMultiMarkdown-7","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fletcher%2FMultiMarkdown-7/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fletcher%2FMultiMarkdown-7/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fletcher%2FMultiMarkdown-7/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fletcher","download_url":"https://codeload.github.com/fletcher/MultiMarkdown-7/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fletcher%2FMultiMarkdown-7/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31920518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["html","latex","markdown","markdown-parsing","mmd","multimarkdown"],"created_at":"2025-09-25T23:39:07.307Z","updated_at":"2026-04-17T08:02:07.496Z","avatar_url":"https://github.com/fletcher.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"|            |                           |  \n| ---------- | ------------------------- |  \n| Title:     | MultiMarkdown v7          |  \n| Author:    | Fletcher T. Penney       |  \n| Date:      | 2026-03-13 |  \n| Copyright: | Copyright © 2024-2026 Fletcher T. Penney.    |  \n| Version:   | 7.0.0 |  \n\n\n# MultiMarkdown 7.0.0 #\n\n*C parser for Markdown with additional features and multiple output formats.*\n\n## Introduction ##\n\nThis README has been streamlined.  Please see the User's Guide and Developer's\nGuide for additional information.  These can be found \n[here](https://fletcher.github.io/MultiMarkdown-7/).\n\n\n## Current Status ##\n\nMultiMarkdown v7 supports everything that v6 supported (I think) with one key\nexception -- it doesn't currently include OpenDocument (ODT) as an export format.\n\nI am still deciding what I want to do with this.  The ODT format was\nrelatively easy to generate.  It is a bit verbose compared to HTML or LaTeX,\nbut not too bad.  But it is still not used as frequently as I would like, and\nsadly the Microsoft format is still much more popular.  So I looked into\nsupporting that as a native export format, and it is a mess(not suprising...)\nMy hope was that the Word format would be OK to generate, and then I was\ngoing to look into natively generating PowerPoint (in addition to the LaTeX\nBeamer support that already exists.)  We'll see.\n\nOtherwise, v7 is ready for the public!\n\n\n## Installers ##\n\nCurrently there are only installers for macOS, which can be found at Github:\n\n\u003chttps://github.com/fletcher/MultiMarkdown-7/releases\u003e\n\nI still don't have a great workflow to generate Windows installers for MMD.\n\n\n## Building MultiMarkdown ##\n\nYou can compile MMD from source using CMake:\n\n\tmake\n\tcd build\n\tmake\n\tctest\n\tmake install\n\nThe `ctest` command is optional and verifies that your copy is working\ncorrectly.\n\nThe `make install` command is optional and can be used to intall\n`multimarkdown` for easy use.\n\nIf you want to use Xcode:\n\n\tmake xcode\n\topen build-xcode/libMultiMarkdown7.xcodeproj\n\n\n## Contributing ##\n\nFeature requests, bug reports, etc. can be submitted via the Github\n[repository](https://github.com/fletcher/MultiMarkdown-7).\n\n\n## License ##\n\n\tMIT License\n\t\n\tCopyright (c) 2024-2026 Fletcher T. Penney\n\t\n\tPermission is hereby granted, free of charge, to any person obtaining a copy\n\tof this software and associated documentation files (the \"Software\"), to deal\n\tin the Software without restriction, including without limitation the rights\n\tto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\tcopies of the Software, and to permit persons to whom the Software is\n\tfurnished to do so, subject to the following conditions:\n\t\n\tThe above copyright notice and this permission notice shall be included in all\n\tcopies or substantial portions of the Software.\n\t\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n\tSOFTWARE.\n\n\n## Components ##\n\nMultiMarkdown uses a few other projects for specific functionality:\n\n* getopt -- Copyright (c) 2002 Todd C. Miller  All rights reserved. (Windows only)\n\n* miniz -- Copyright 2013-2014 RAD Game Tools and Valve Software.  \n\tCopyright 2010-2014 Rich Geldreich and Tenacious Software LLC  All rights reserved.\n\n* uthash -- Copyright (c) 2003-2022, Troy D. Hanson  All rights reserved.\n\n* yxml -- Copyright (c) 2013-2014 Yoran Heling  All rights reserved.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffletcher%2Fmultimarkdown-7","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffletcher%2Fmultimarkdown-7","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffletcher%2Fmultimarkdown-7/lists"}