From 7f4ee3bd046b4bf486e88735a43d741aa0e78268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20Crois=C3=A9?= Date: Wed, 19 Feb 2025 12:36:48 +0100 Subject: [PATCH] docs: Fix grammar and HTML section in book-basics qmd - HTML preview with the AsciiDoc ... - AsciiDoc book to HTML ... - various output formats ... --- docs/books/book-basics.qmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/books/book-basics.qmd b/docs/books/book-basics.qmd index a6ac9a292e..8977642c8c 100644 --- a/docs/books/book-basics.qmd +++ b/docs/books/book-basics.qmd @@ -200,11 +200,11 @@ Creating a PDF preview with the AsciiDoc toolchain is a useful way to verify tha #### Previewing HTML with Asciidoctor -Creating an HTML preview the AsciiDoc toolchain is a useful way to verify that the AsciiDoc output of your book can be rendered properly. To do this, follow these instructions: +Creating an HTML preview with the AsciiDoc toolchain is a useful way to verify that the AsciiDoc output of your book can be rendered properly. To do this, follow these instructions: 1. First, install Asciidoctor by following the instructions here: -2. From the terminal in the root of your project, use the following command to compile your AsciiDoc book to a PDF: +2. From the terminal in the root of your project, use the following command to compile your AsciiDoc book to HTML: ``` bash $ asciidoctor _book/book-asciidoc/.adoc @@ -220,7 +220,7 @@ Once you've got the basic book template up and running check out these articles - [Book Crossrefs](book-crossrefs.qmd) explains how to create cross references to sections, figures, tables, equations and more within books. -- [Book Output](book-output.qmd) covers customizing the style and appearance of your book in the various output format as well as how to provide navigation and other tools for readers. +- [Book Output](book-output.qmd) covers customizing the style and appearance of your book in the various output formats as well as how to provide navigation and other tools for readers. - [Book Options](/docs/reference/projects/books.qmd) provides a comprehensive reference to all of the available book options.