From befcc70e3c69caef5121ae9248f92e5071e353fb Mon Sep 17 00:00:00 2001 From: Giorgio Garofalo Date: Tue, 9 Jul 2024 00:21:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6223dc7..cbebbed2 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ HTML is currently the only supported rendering target. LaTeX rendering is a futu - **HTML** - :white_check_mark: Plain output (default) - :white_check_mark: Slides (via [reveal.js](https://revealjs.com)) - - :white_check_mark: Paged (book) (via [paged.js](https://revealjs.com)) + - :white_check_mark: Paged (book) (via [paged.js](https://pagedjs.org)) The desired document type can be set by calling the `.doctype` function within the Markdown source itself: - `.doctype {slides}`