GrafeasGroup / tor

Community curation bot for /r/TranscribersOfReddit
https://reddit.com/r/transcribersofreddit
MIT License
39 stars 15 forks source link

Relax formatting check for reference links #361

Closed TimJentzsch closed 1 year ago

TimJentzsch commented 1 year ago

Closes #324 (for now).

This attempts to remove false positives by only disallowing the reference link format at the start of lines. This change will probably introduce new false negatives, but reduce the scenarios where overwrites have to be used.

For a proper fix we'd have to use a full markdown parser for Reddit markdown, which is not feasible right now. This change should remove the need for most !overwrite usages for now.