Skip to content

Commit

Permalink
Merge pull request #571 from mattlong-finocomp/patch-1
Browse files Browse the repository at this point in the history
Fix pdfThemes local theme example
  • Loading branch information
ysb33r authored Nov 3, 2020
2 parents dbca104 + e0d0eb4 commit cfae506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/docs/asciidoc/parts/asciidoctorj-pdf-plugin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ The `pdfThemes` extension allows for themes to be registered from local copies o
----
pdfThemes {
local 'basic', { // <1>
styleDir = file('themes/basic') // <2>
styleName = 'very-basic' // <3>
themeDir = file('themes/basic') // <2>
themeName = 'very-basic' // <3>
}
}
----
Expand Down

0 comments on commit cfae506

Please sign in to comment.