From 522ec55fc27f6ff8418fc1dee1c1a7af13b3c0f4 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Mon, 6 Feb 2023 17:03:27 -0500 Subject: [PATCH] docs: update readme add underline styling examples --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 29dcf01..ce36c12 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,13 @@ s.CrossOut() s.Underline() s.Overline() +// Underline styles +s.Underline(output.Color("#ff0000")) +s.UnderCurl(output.Color("11")) +s.UnderDouble() +s.UnderDotted(output.Color("216")) +s.UnderDashed() + // Reverse swaps current fore- & background colors s.Reverse()