Skip to content

Commit

Permalink
Use the wrapping behaviour from pandoc 2 (makes diffs easier for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Oct 15, 2023
1 parent eb1fd98 commit 167d1d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ tasks.register('generateDocsHTML') {
args = [
"--write=html5",
"--template=" + file("${templatesDir.path}/${docType}.html"),
"--wrap=none",
"--toc",
"--toc-depth=4",
"--section-divs",
Expand Down

0 comments on commit 167d1d8

Please sign in to comment.