You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To increase the possibility to find forgotten backticks (during local rendering or before someone is going to push new changes) like in here :file:`.rst.txt' we can build in a check that examines if the number of all backticks in a rst file is even. It is clear that two forgotten backticks make the number even again. Maybe we can catch it somehow. And we have to do it in the rst parser in order to exclude backticks in code blocks , comments and everywhere else where it could spoil the calculated number of backticks.
The text was updated successfully, but these errors were encountered:
Feature request
To increase the possibility to find forgotten backticks (during local rendering or before someone is going to push new changes) like in here :file:`.rst.txt' we can build in a check that examines if the number of all backticks in a rst file is even. It is clear that two forgotten backticks make the number even again. Maybe we can catch it somehow. And we have to do it in the rst parser in order to exclude backticks in code blocks , comments and everywhere else where it could spoil the calculated number of backticks.
The text was updated successfully, but these errors were encountered: