todofi.sh
todofi.sh copied to clipboard
feat: allow use of color codes in markup templates
HTML color codes (#xxxxxx) were not working when used in the MARKUP_* templates due to the order of regexps. Changing the order prevents the '#' in the color codes to be overwritten by the regexp for the tags.