mdriver 1.1.0

Streaming markdown printer for the terminal with syntax highlighting
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
.PHONY: release site serve-site

# Run the automated release workflow
# See tools/release.sh for details
release:
	@./tools/release.sh

site:
	@./tools/build-site.sh

serve-site: site
	devd -ol ./_site/