This commit is contained in:
2023-04-29 17:24:14 -07:00
parent a26588835b
commit cee1d41d6f
4 changed files with 4 additions and 4 deletions

View File

@@ -107,8 +107,8 @@ const options: MarkdownOptions = {
```bash
./bin/markdown2html \
--katex-macro '\foobar' '\text{foo}' '\text{bar}' \
--katex-macro '\bazqux' '\text{baz}' '\text{qux}'
--katex-macro '\foobar' '\text{foo} + \text{bar}' \
--katex-macro '\bazqux' '\text{baz} + \text{qux}'
```