File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# rich-string-builder
2
- Text preprocessor for building strings for the rich console
2
+ Text preprocessor for building strings for the [ rich library ] ( https://github.com/Textualize/rich )
3
3
4
4
5
5
## Background
@@ -33,7 +33,7 @@ The ideas are largely derived from Tailwind and other utility-style frameworks/l
33
33
Currently this is just proof of concept. I will likely add to this over time.
34
34
35
35
36
- # Examples
36
+ ## Examples
37
37
See ` examples ` directory for examples of using this.
38
38
39
39
One of the fundamental aspects of this library is the ability to preload your own custom styles from a dictionary, like so:
@@ -74,7 +74,7 @@ console.print(bar("Hello!")) # '[bright yellow]Hello![/bright yellow]'
74
74
```
75
75
76
76
77
- # Who is this for?
77
+ ## Who is this for?
78
78
I am personally colourblind. It's nice to have someone who is not colourblind define a colour palette, and I simply
79
79
build from this. While colourblind people are not the only intended users, I think it will help them (us) substantially
80
80
in terms of readability of the styles.
You can’t perform that action at this time.
0 commit comments