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

[WIP] Skip validation for symbols for inline code block #819

Open takahi-i opened 6 years ago

takahi-i commented 6 years ago

Ref #817

takahi-i commented 6 years ago

Looks need to Line#erase returns ranges of erased positions

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.06%) to 91.281% when pulling 0b789f2a1298cbce2ed039a076f9d4835795e41d on takahi-i:handle-inline-code into a8f05ae6630ea5e7e5dcfae859a5ccc2d8fb6b03 on redpen-cc:master.

takahi-i commented 6 years ago

As the first step I will refactor and add tests Line, LineParser, and Model classes.

takahi-i commented 6 years ago

TODO: refactoring Line#eraseEnclosure

makenowjust commented 6 years ago

@takahi-i What is the status on this?

takahi-i commented 6 years ago

@MakeNowJust to be honest it is slow progress... I will tackle this problem in the next vacation.

makenowjust commented 6 years ago

@takahi-i Thank you for your response. I'm waiting patiently.