Short: Port of cmark, CommonMark parsing and rendering library and program in C Author: papiosaur2@hotmail.fr (Yannick Buchy), Andre Geisler Type: text/convert Version: 0.31.1 Requires: HTML viewer Architecture: ppc-morphos cmark from https://github.com/commonmark/cmark cmark executable and libcmark.a are available in build/src drawer. USAGE: cmark Readme.MD >RAM:file.HTML Thanks a lot to: - MorphOS Team for MorphOS - Andre Geisler for cmake instruction for a native compilation for MorphOS: git clone https://github.com/commonmark/cmark.git cd cmark makedir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS=-noixemul ../ cmake --build . --target cmark_exe --config Release ... src/cmark --version cmark 0.31.1 - CommonMark converter (C) 2014-2016 John MacFarlane ... History 0.31.1 - first release for MorphOS