diff options
Diffstat (limited to 'docs/modules/extend/pages/index.adoc')
| -rw-r--r-- | docs/modules/extend/pages/index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/extend/pages/index.adoc b/docs/modules/extend/pages/index.adoc index cdf09ec7..72ae7b4a 100644 --- a/docs/modules/extend/pages/index.adoc +++ b/docs/modules/extend/pages/index.adoc @@ -15,7 +15,7 @@ Once you feel comfortable with Prawn, you're ready to extend the converter. == Going beyond theming -While creating the PDF document, there are thousands of small decisions the converter must make about how to instruct Prawn to layout the content elements on the page (so-called "`hackable typesetting`"). +While creating the PDF document, there are thousands of small decisions the converter must make about how to instruct Prawn to lay out the content elements on the page (so-called "`hackable typesetting`"). But once these elements are written, they can't be moved or styled (as is the case with HTML and CSS). To help influence those decisions--and thus prevent the converter from becoming too opinionated, a theming system was introduced. |
