-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
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
Using multiple font styles #49
Labels
Comments
There is no way to do this at the moment, but I agree that there should be one. Maybe via a YAML array? font-style:
- bold
- underline |
sharkdp
added
enhancement
New feature or request
help wanted
Extra attention is needed
labels
Dec 2, 2020
Yes, a YAML array could be a viable option |
John-Toohey
added a commit
to John-Toohey/vivid
that referenced
this issue
Jan 1, 2024
This allows multiple `font_style`s to be used, allowing, say, for a bold and italic text. Fixes sharkdp#49
sharkdp
pushed a commit
to John-Toohey/vivid
that referenced
this issue
Jan 2, 2024
This allows multiple `font_style`s to be used, allowing, say, for a bold and italic text. Fixes sharkdp#49
sharkdp
pushed a commit
that referenced
this issue
Jan 16, 2024
This allows multiple `font_style`s to be used, allowing, say, for a bold and italic text. Fixes #49
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to use multiple
font-style
s at once, for examplebold
together withunderline
?The text was updated successfully, but these errors were encountered: