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).

Home Page:https://redpen.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suppress validation errors on symbols in inline codes

takahi-i opened this issue · comments

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

I will take this!