book: Add KaTeX support

This commit is contained in:
Jack Grigg 2020-12-15 20:50:43 +00:00
parent f2d7415874
commit db24a2ac4d
2 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,12 @@ jobs:
with:
mdbook-version: '0.4.4'
- name: Install mdbook-katex
uses: actions-rs/cargo@v1
with:
command: install
args: mdbook-katex
- name: Build Orchard book
run: mdbook build book/

View File

@ -4,3 +4,5 @@ language = "en"
multilingual = false
src = "src"
title = "The Orchard Book"
[preprocessor.katex]