Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBener committed Dec 3, 2024
1 parent ed103e9 commit 950e488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ formats like Word, HTML, LaTeX, PDF, and ePub via Quarto with ease.

## Usage

This project uses a Makefile to manage the build process. Here are the available commands:

> [!NOTE]
> Currently [Lua filters](https://github.com/quarto-dev/quarto-cli/issues/7888) cannot be run after `--citeproc` in Quarto.
> As a workaround, some extensions are run on the command line in the Makefile. This can be improved in the future.
This project uses a Makefile to manage the build process. Here are the available commands:

- `make` or `make all`: Render DOCX, HTML, PDF, ePub and Reveal.js slides at once.
- `make docx`: Render DOCX.
- `make html`: Render HTML.
Expand Down

0 comments on commit 950e488

Please sign in to comment.