From b465463454ffae139e562bdbb354b45d0bba5130 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 24 Oct 2016 16:40:56 -0700 Subject: [PATCH] fix markdown --- public/posts/2016/08/ios-git-pre-commit-hook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/posts/2016/08/ios-git-pre-commit-hook.md b/public/posts/2016/08/ios-git-pre-commit-hook.md index e0b5573..2810989 100644 --- a/public/posts/2016/08/ios-git-pre-commit-hook.md +++ b/public/posts/2016/08/ios-git-pre-commit-hook.md @@ -41,7 +41,7 @@ First ignore the fact I'm talking to a shell script. I don't get out much. Anywa if diff-index $test_glob | egrep "$test_pattern" >/dev/null 2>&1 ... -_Pro tip: I prefixed test_pattern with `\b` to only match word boundaries to reduce false positives._ +_Pro tip: I prefixed test\_pattern with `\b` to only match word boundaries to reduce false positives._ And: