Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Jun 15, 2023
1 parent b108505 commit 89712c1
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,11 +387,7 @@ 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 89712c1

Please sign in to comment.