I absolutely love `--wrap=ventilate`, but unfortunately it also wraps after some abbreviations such as … * `e.g.` * `i.e.` * `vs.` It would be delightful, if `kramdown-asciidoc` would check if there was a period because of such an abbreviation and just continue on the current line. If such a feature would be implemented, there is probably few chances for an algorithmic approach, but it would probably need an exclusion list. I could think of: ``` e.g. i.e. vs. Dr. Mr. Mrs. Ms. etc. n.b. P.S. a.m. p.m. approx. C.V. Inc. et al. ```