💾 Archived View for gmi.noulin.net › markdown › md_README.md captured on 2023-07-10 at 18:18:34.
-=-=-=-=-=-=-
# md cat markdown files with syntax highlighting # Install
spm install
./md.c README.md
# Supported syntax - GFM github flavored markdown - \_underline\_ _underline_ - \-faint\- -faint- - \%inverse\% %inverse% - \!conceal/hidden\! !conceal/hidden! - \~crossed\~ ~crossed~ - \^blink\^ ^blink^ - colors [fgx800034](#x800034) [fg9](#9) [fg15](#15) - standard 16 terminal **colors** background color [fgx12AB34 bgxffffff](#x12AB34#xffffff) [fgxffAB34 bg1](#xffAB34#1) [bgxffffff](##xffffff) < default fg color [fgd bg1](##1) [fg9 bg2](#9#2) - standard 16 terminal colors - anchors: destination \[|id\] and link \[to id\](|id) - html entities: \&xUnicodeHex; or \&name; - tables | foo | bar | | --- | --- | | baz | bim | | bot | bel |