From 7f107059f84065c0fa4b46ed94faedc2533239bb Mon Sep 17 00:00:00 2001 From: komothecat <71205197+komothecat@users.noreply.github.com> Date: Tue, 13 Feb 2024 23:32:20 +0000 Subject: [PATCH] docs: add doc for escaping format --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 895bfee..719d941 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,8 @@ The format specifier is similar to [`ansicolors.lua`](https://github.com/kikito/ %{ [] } ``` +You can escape the format by adding another `%` before the format. + ### Attribute syntax The syntax of an attribute looks like this.