This README is rendered to (README.html)!
npm install -g matsuhav/md2hlDone!
md2hl README.md >README.htmlDone!
I recommend creating your own custom shell script (file is md2hl.sh)
#!/usr/bin/env bash
set -euo pipefail
md2hl "$1" >"${1%.md}.html"- Write script
- Publish to GitHub
- Create shell script like Usage section
#include <stdio.h>
int main(void) {
int x = 42;
if (x != 42) {
return 1
}
return 0;
}(define x 42)
(display ((lambda (x)
(1+ x))
x))