meonkeys commented on PR #6315: URL: https://github.com/apache/fineract/pull/6315#issuecomment-5481448575
Why do all the text lines in `fineract-doc/src/docs/en/chapters/architecture/cross-feature-boundary-violations.adoc` wrap at ~85 characters? We use `:hardbreaks:` so each newline in the source forces a "carriage return", breaking automatic right margin during rendering for everything in the "Cross-Feature Boundary Violations" chapter. Please take a look at `fineract-doc/src/docs/en/chapters/architecture/batch-jobs.adoc` vs. `fineract-doc/src/docs/en/chapters/architecture/cross-feature-boundary-violations.adoc`... we want all the asciidoc to use long lines and to let Asciidoctor handle line wrapping in PDF output and the browser to handle line wrapping in HTML output. Or we need to stop using `:hardbreaks:`, but I'm guessing that's more work. `:hardbreaks:` is configured in `fineract-doc/src/docs/en/config.adoc` and documented in [Hard Line Breaks](https://docs.asciidoctor.org/asciidoc/latest/blocks/hard-line-breaks/). See FINERACT-2795 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
