Skip to content

Commit

Permalink
Updated path to default Asciidoctor CSS file (NPM dist) in quick-tour…
Browse files Browse the repository at this point in the history
….adoc (#1726)
  • Loading branch information
nwittwer authored Mar 28, 2024
1 parent 2033c94 commit 300a8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/setup/pages/quick-tour.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ var doc = asciidoctor.load(fs.readFileSync('/path/to/file.adoc'))
Asciidoctor.js uses CSS for HTML document styling.
It comes bundled with a stylesheet, named `asciidoctor.css`.

TIP: The default stylesheet is located at [.path]_node_modules/asciidoctor.js/dist/css/asciidoctor.css_
TIP: The default stylesheet is located at [.path]_node_modules/@asciidoctor/core/dist/css/asciidoctor.css_

When you generate a document using Node.js, the `asciidoctor.css` stylesheet is embedded into the HTML output by default (when the safe mode is less than `secure`).

Expand Down

0 comments on commit 300a8e6

Please sign in to comment.