diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-09-21 04:52:58 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-09-21 04:52:58 -0600 |
| commit | 00d4aefeb7ea075a5dc062c8d988cafd5095af1b (patch) | |
| tree | ab4307719f257bdf50747db19a5234cbcc2897ce /docs | |
| parent | f51a10a17b925b2cb74a25cf77cdcd7dcb629722 (diff) | |
slight rewording in theming system intro
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/theme/pages/index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/theme/pages/index.adoc b/docs/modules/theme/pages/index.adoc index 498ee412..f0cf2a29 100644 --- a/docs/modules/theme/pages/index.adoc +++ b/docs/modules/theme/pages/index.adoc @@ -4,7 +4,7 @@ Asciidoctor PDF includes a theming system that allows you to control the layout and styling of the PDF that Asciidoctor PDF generates from AsciiDoc. The theming system comes with a default theme as well as several additional built-in themes. -If you're looking for a professional-looking result, the default theme may suit your needs. +If you're just seeking a professional-looking result, the default theme may suit your needs. Other built-in themes offer variations on this style for different needs, such as print-optimized styling, extended character support (including emoji), or a sans serif font. If you want to customize the layout and styling of the PDF, you can extend one of the built-in themes to change or add styles or you can develop a custom theme from scratch. |
