diff --git a/reporting/md-color b/reporting/md-color index 9340013..78abc7f 100755 --- a/reporting/md-color +++ b/reporting/md-color @@ -21,12 +21,12 @@ function helpexit() { # [x] check list (unofficial) # Color codes -export HB_RULES='"^\s*\*.*" "$y" \ +export HB_RULES='"\[[^]]\+\]([^)]\+)" "$U$B" \ +"^\s*\*.*" "$y" \ "^[[:space:]]*[0-9]\+\..*" "$y" \ "^#.*" "$U$W" \ "^\s\s\s\s[^\*0-9].*" "$c" \ "\`[^[[:space:]]]*[^\`]\+\`" "$c" \ -"\[[^]]\+\]([^)]\+)" "$B$U" \ "\*\{1,2\}[^[[:space:]]]*[^\*]\+\*\{1,2\}" "$W" \ "_[^[[:space:]]]*[^_]\+_" "$W" \ "<[^>]\+>" "$K" \