diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 8716885..baad9d1 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -19,7 +19,9 @@ lkbib.txt: macros.ms lkbib.ms refs.i groff -Tutf8 -R -ms -k -Kutf8 macros.ms lkbib.ms > $@ %.gmi: %.md - md2gemini -m -l copy $^ > $@ + md2gemini -m -l copy --code-tag lisp $^ > $@ + # lowdown -s -Tgemini $^ > $@ + # Lowdown isn't mature enough yet, no table support refs.i: refs indxbib $^ |