redpen-cc / redpen

RedPen is an open source proofreading tool to check if your technical documents meet the writing standard. RedPen supports various markup text formats (Markdown, Textile, AsciiDoc, Re:VIEW, reStructuredText and LaTeX).
https://redpen.cc
Apache License 2.0
567 stars 74 forks source link

FrequentSentenceStart in AsciiDoctor #889

Open refaelsh opened 3 years ago

refaelsh commented 3 years ago

Hi all,

I've got an AsciiDoctor file with lots of tables (a table in AsciiDoctor starts with |). I am getting this warning: FrequentSentenceStart: 34% of sentences start with "|". I've seen in the docs that I can suppress it. But IMHO, its an issue that should be fixed.

Thanks all.