diff --git a/src/main/css/asciidoctor.css b/src/main/css/asciidoctor.css index 007fef4..5b2e8b3 100644 --- a/src/main/css/asciidoctor.css +++ b/src/main/css/asciidoctor.css @@ -10,7 +10,7 @@ .doc { color: var(--asciidoctor-font-color); - hyphens: auto; + hyphens: none; line-height: 1.6; letter-spacing: -0.0027777778rem; margin: 0; diff --git a/src/test/asciidoc/standard.adoc b/src/test/asciidoc/standard.adoc index 3334aea..412e733 100644 --- a/src/test/asciidoc/standard.adoc +++ b/src/test/asciidoc/standard.adoc @@ -35,7 +35,15 @@ It's best to have one sentence per line in your source, it will still be wrapped -=== Formatted text +==== Paragraph Wrapping +Lines should wrap in a sensible way. Here's some text from the Spring Boot docs. +Spring Boot helps you to create stand-alone, production-grade Spring-based Applications that you can run. +We take an opinionated view of the Spring platform and third-party libraries, so that you can get started with minimum fuss. +Most Spring Boot applications need very little Spring configuration. + + + +=== Formatted Text *bold* & **bold**er**dash** _italic_ & __ital__ice__maker__