We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status as of writing: Syntax:
<style>text</style> <rgb=RGB>text</rgb> <[bg|background]=RGB>text</[bg|background]>
Styles:
<open>...</close>
b
i
u
dim
blink
invert
strike
<style>
</close>
<open>
reset
clear
RGB: R, G, B: [0, 5]
R
G
B
[0, 5]
Changes expected: background vs foreground RGB
The text was updated successfully, but these errors were encountered:
Add markup language documentation (#1)
3db1d1c
flyingsl0ths
No branches or pull requests
Status as of writing:
Syntax:
Styles:
<open>...</close>
:b
,i
,u
,dim
,blink
,invert
,strike
,<style>
(</close>
behaves the same as<open>
):reset
,clear
RGB:
R
,G
,B
:[0, 5]
Changes expected: background vs foreground RGBThe text was updated successfully, but these errors were encountered: