diff options
Diffstat (limited to 'docs/modules/html-backend')
| -rw-r--r-- | docs/modules/html-backend/pages/skip-front-matter.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/modules/html-backend/pages/skip-front-matter.adoc b/docs/modules/html-backend/pages/skip-front-matter.adoc index 35433c04..6fb37cd4 100644 --- a/docs/modules/html-backend/pages/skip-front-matter.adoc +++ b/docs/modules/html-backend/pages/skip-front-matter.adoc @@ -23,8 +23,8 @@ content The static site generator removes these lines before passing the document to the AsciiDoc processor to be converted. Outside of the tool, however, these extra lines can throw off the processor. -== skip-front-matter option +== skip-front-matter attribute -If the `skip-front-matter` option is set via the API or CLI (e.g., `-a skip-front-matter`), Asciidoctor will recognize the front matter and consume it before parsing the document. -Asciidoctor stores the content it removes in the `front-matter` attribute to make it available for integrations. +If the `skip-front-matter` attribute is set via the API or CLI (e.g., `-a skip-front-matter`), Asciidoctor will recognize the front matter and consume it before parsing the document. +Asciidoctor stores the content it extracts in the `front-matter` attribute to make it available for integrations. Asciidoctor also removes front matter when reading xref:asciidoc:directives:include.adoc[include files]. |
