Skip to content

Commit

Permalink
Fix standalone option
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Jun 15, 2023
1 parent 50b434d commit b108505
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,11 @@ protected OptionsBuilder createOptionsBuilder(AsciidoctorMojo configuration, Att
final OptionsBuilder optionsBuilder = Options.builder()
.backend(configuration.getBackend())
.safe(SafeMode.UNSAFE)
<<<<<<< HEAD
.standalone(configuration.standalone)
=======
.standalone(configuration.isHeaderFooter())
>>>>>>> 63b2278 (Fix standalone option)
.mkDirs(true);

if (!isBlank(configuration.getEruby()))
Expand Down

0 comments on commit b108505

Please sign in to comment.