bobgilmore / githooks

My personal githooks, which help me avoid silly or obvious mistakes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't reject ====== in .md files

bobgilmore opened this issue · comments

====== is perfectly valid in Markdown files; it's an H1 marker.

Don't interpret it as a merge conflict marker in Markdown. Just leave it alone. The checks for >>>> and <<<< will do enough to prevent us from accidentally checking in conflicted files.