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

Suppress validation errors on symbols in inline codes #817

Open takahi-i opened 6 years ago

takahi-i commented 6 years ago

I would like to skip errors on symbols in inline code blocks.

For the handling, I will add flags on tokens for inline blocks.

https://github.com/redpen-cc/redpen/blob/master/redpen-core/src/main/java/cc/redpen/tokenizer/TokenElement.java

takahi-i commented 6 years ago

I will take this!