Workaround for issue#3: text containing tag like content is not colorized properly.

This commit is contained in:
2022-10-24 17:55:31 +02:00
parent 5c42f7ab9a
commit 001021dac8
2 changed files with 18 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ func printData(w io.Writer, c cfg.Config, data *Tabdata) {
}
func output(w io.Writer, str string) {
fmt.Fprint(w, str)
fmt.Fprint(w, unmaskParens(str))
}
/*