Skip to content

Commit

Permalink
Merge pull request #1564 from SergeCroise/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv authored Feb 20, 2025
2 parents 12aed50 + 7f4ee3b commit dcd5e91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/books/book-basics.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://docs.asciidoctor.org/asciidoctor/latest/install/>

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/<title>.adoc
Expand All @@ -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.

Expand Down

0 comments on commit dcd5e91

Please sign in to comment.