Page MenuHomePhabricator

Restrict automatic bot fix for #19 (Headlines start with one "=")
Closed, ResolvedPublic

Description

For #19 (Headlines start with one "="), do not apply bot fix if both conditions are true:

  • Only one title with one "="
  • Other titles with more than one "="

It will avoid situation where article's title has been used as a first title with one "=": the correct (human) fix for this situation would be to remove the first title (not increase the number of "=" for each title)

Event Timeline

A suggestion: Check if it's ={{PAGENAME}}= and remove in that case.

Thanks @Jerodlycett

I've modified the code to do so. It will be available in the next release.

NicoV claimed this task.