Skip to content

Commit

Permalink
docs: add doc for escaping format
Browse files Browse the repository at this point in the history
  • Loading branch information
cattokomo committed Feb 13, 2024
1 parent 1544d42 commit 7f10705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ The format specifier is similar to [`ansicolors.lua`](https://github.com/kikito/
%{ [<attributes>] }
```

You can escape the format by adding another `%` before the format.

### Attribute syntax

The syntax of an attribute looks like this.
Expand Down

0 comments on commit 7f10705

Please sign in to comment.