From dfdabbc07af9acc5960e8a21ab1cfc2c80f71723 Mon Sep 17 00:00:00 2001
From: Aidan Saunders <aidan.saunders@squiffle.uk>
Date: Sat, 24 Mar 2018 17:07:43 +0000
Subject: [PATCH] Remove bold from headers

---
 docs/hooks/hook_civicrm_searchColumns.md | 4 ++--
 docs/hooks/hook_civicrm_searchTasks.md   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/hooks/hook_civicrm_searchColumns.md b/docs/hooks/hook_civicrm_searchColumns.md
index d3915c1a..9ad7e790 100644
--- a/docs/hooks/hook_civicrm_searchColumns.md
+++ b/docs/hooks/hook_civicrm_searchColumns.md
@@ -42,7 +42,7 @@ column values and therefore appear to be sorting incorrectly.
 
 -   null
 
-## **Example**
+## Example
 
     function civitest_civicrm_searchColumns( $objectName, &$headers,  &$values, &$selector ) {
 
@@ -102,7 +102,7 @@ column values and therefore appear to be sorting incorrectly.
             }
         }
 
-### **Example to add new column header at desired place**
+### Example to add new column header at desired place
 
     function civitest_civicrm_searchColumns( $objectName, &$headers,  &$values, &$selector ) {
 
diff --git a/docs/hooks/hook_civicrm_searchTasks.md b/docs/hooks/hook_civicrm_searchTasks.md
index 8988ac96..b146f67c 100644
--- a/docs/hooks/hook_civicrm_searchTasks.md
+++ b/docs/hooks/hook_civicrm_searchTasks.md
@@ -27,7 +27,7 @@ search, allowing you to inject additional actions or to remove existing actions.
 
 -   null
 
-## **Example (Disable an existing task)**
+## Example (Disable an existing task)
 
     function civitest_perm () {
       return array(
@@ -45,7 +45,7 @@ search, allowing you to inject additional actions or to remove existing actions.
         }
     }
 
-## **Example (Add a new task)**
+## Example (Add a new task)
 
     function smsconversation_civicrm_searchTasks( $objectName, &$tasks ){
       if($objectName == 'contact'){
-- 
GitLab