#!/usr/bin/env -S remind -@2
#
# A little demo script that shows some markup
# Not all attributes work on all terminals... your mileage may vary.
# SPDX-License-Identifier: GPL-2.0-only

SET $AddBlankLines 0
BANNER %

REM MSG This file shows off some formatted reminders
REM MSG Not all ANSI escape sequences will work on all terminals.%_

fset show(x) x + ":" + pad("", " ", 15-strlen(htmlstriptags(x))) + htmlescape(x)
REM FMT [show("<b>bold</b>")]
REM FMT [show("<i>italic</i>")]
REM FMT [show("<u>underline</u>")]
REM FMT [show("<s>strikethrough</s>")]
REM FMT [show("<span color=\"#FF0000\">red</span>")]
REM FMT [show("<span color=\"#00FF00\" bgcolor=\"#000080\">green-on-blue</span>")]
REM FMT [show("<b><i>bolditalic</i></b>")]
REM FMT [show("<b><i><u>b+i+u</u></i></b>")]
REM FMT [show("<b><i><u><s>b+i+u+s</s></u></i></b>")]
