todofi.sh icon indicating copy to clipboard operation
todofi.sh copied to clipboard

feat: allow use of color codes in markup templates

Open jderuiter opened this issue 4 years ago • 0 comments

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.

jderuiter avatar Mar 11 '22 10:03 jderuiter