From a783270b09af3d873c08a01d13f802018b69fb02 Mon Sep 17 00:00:00 2001 From: a73x Date: Sun, 29 Dec 2024 19:13:27 +0000 Subject: new markdown renderer since TOC has a title now and it can compact toc headers, we can use header 2 for everything use the built in goldmark extension for syntax highlighting --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b092524..d659bd2 100644 --- a/Makefile +++ b/Makefile @@ -10,10 +10,6 @@ build: serve: go run ./cmd/serve -.PHONY: css -css: - go run contrib/styles.go > public/static/syntax.css - .PHONY: image image: docker build . -t ${DOCKER_IMAGE} -- cgit v1.2.3