Welcome to MorphOS-Storage, a webserver dedicated to MorphOS users. ©2016-2025 Meta-MorphOS.org
Description:Port of cmark-gfm
Developer/Porter:Papiosaur
Mail:
Homepage:https://github.com/github/cmark-gfm
Readme:
Short: Port of cmark-gfm, CommonMark parsing and rendering library and program in C
Author: papiosaur2@hotmail.fr (Yannick Buchy)
Type: text/convert
Version: 0.29.0.gfm.13
Requires: HTML viewer
Architecture: ppc-morphos


cmark-gfm from https://github.com/github/cmark-gfm

cmark-gfm executable and libcmark-gfm.a are available in build/src drawer.

COMPILATION:

- cd build
- cmake -DCMARK_TESTS=OFF -DCMARK_SHARED=OFF -DCMAKE_C_FLAGS=-O2 -noixemul ..
- make


Thanks a lot to:
- MorphOS Team for MorphOS


History

0.29.0.gfm.13 - first release for MorphOS
Paypal:
Upload Date:Mar 09 2025
Category:Text/Convert
Download:cmark-gfm-0.29.0.gfm.13.lha
Md5:f0eadea331ceaabca329c9816ddad16b
Size:875 KB
Downloads:92
Screenshot(s)
History
Last Comments
papiosaur
11 Mar 2025
08:56
Yes, it's a good idea, i will test them. The big advantage of Wayfarer: all works (UTF-8, pictures, links, etc.)
Thomas Igracki
10 Mar 2025
22:34
Sounds good!
Btw, I changed the filetype to open the generated html file with strangé, an older simple HTML/Autodoc/Amigaguide viewer.
Its often enough for simple md files.
Even using the htmlViewer Demo app from the old htlmview.mcc is often enough.

Maybe you could also add this viewer to your md-filetype.
papiosaur
10 Mar 2025
08:19
Hi Thomas: cmark-gfm adds support for GitHub's popular Markdown extensions GitHub Flavored Markdown (GFM): Tables, Task lists (checkboxes), Strikethrough, Autolinks (automatic URL detection), Disallowed raw HTML. I prepare an update of "Markdow-Viewer" with this version.
Thomas Igracki
09 Mar 2025
21:32
What is the advantage to the other cmark program?