Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading