md

cat markdown files with syntax highlighting
git clone https://noulin.net/git/md.git
Log | Files | Refs | README | LICENSE

md.h (94B)


      1 #pragma once
      2 
      3 #include "libsheepyObject.h"
      4 
      5 smallArrayt *md_highlight(const char *md_source);