-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Many writers choose to take advantage of AsciiDoc's support for ventilated prose (one sentence per line). In fact, writing ventilated prose is one of the recommended best practices published on asciidoctor.org.
It would be very helpful if the AsciiDoc Processor Add-on had and on/off toggle to export content using ventilated prose. Other open-source AsciiDoc utilities already support this functionality, so perhaps this feature doesn't need to be built from scratch. For example, Kramdown AsciiDoc supports this behavior with its --wrap=ventilate
option.