diff options
| author | Sarah White <graphitefriction@gmail.com> | 2020-12-03 17:30:34 -0700 |
|---|---|---|
| committer | Sarah White <graphitefriction@gmail.com> | 2020-12-08 14:32:53 -0700 |
| commit | 062ddfe40c7b90205b74d1313969cd3287be99fe (patch) | |
| tree | 86ac30555a62461bab3a5a98f5d6adef6496d973 /docs/modules/html-backend/pages | |
| parent | a90f36363994f51fd5bb142942608e9dd7b8dd25 (diff) | |
content clarifications, syntax fixes, and added xrefs
Diffstat (limited to 'docs/modules/html-backend/pages')
| -rw-r--r-- | docs/modules/html-backend/pages/index.adoc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/modules/html-backend/pages/index.adoc b/docs/modules/html-backend/pages/index.adoc index be3c9ec3..2e556ed4 100644 --- a/docs/modules/html-backend/pages/index.adoc +++ b/docs/modules/html-backend/pages/index.adoc @@ -5,7 +5,7 @@ Asciidoctor's default output format is HTML. -`html5`:: HTML 5 markup styled with CSS3. +`html`:: The HTML 5 converter (`html` or `html5`) generates HTML 5 styled with CSS3. == Generate HTML using the html5 converter @@ -53,9 +53,10 @@ As a result, you could save [.path]_my-sample.html_ to any computer and it will [#xhtml] == Generate XHTML -To convert AsciiDoc to XHTML, set the backend to `xhtml5`. +`xhtml`:: The XHTML variant of the HTML 5 converter. +To use the XHTML converter, assign `xhtml` or `xhtml5` to the `backend` option. -.Produce XHTML using the built-in HTML converter +.Produce XHTML using the xhtml5 backend option [source,console] ---- asciidoctor -b xhtml5 document.adoc |
