Skip to content

Commit

Permalink
Merge pull request #1577 from rsteube/doc-style
Browse files Browse the repository at this point in the history
doc: updated style
  • Loading branch information
rsteube authored Mar 19, 2023
2 parents 6157661 + 09b645c commit 477190e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/style.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Style

[Style transformations](#style-transformations) can be applied to files and specific values.
[Transformations](#transformations) can be applied to files and specific values.

> This is only supported in [elvish], [powershell] and [zsh].
Expand All @@ -23,7 +23,7 @@ export LS_COLORS=$(vivid generate dracula)

## Value

Values can be styled with a comma separated list of [transformations](#style-transformations):
Values can be styled with a comma separated list of [transformations](#transformations):

```sh
# set
Expand All @@ -38,7 +38,7 @@ carapace --style 'carapace.Description='
> Generic configuration like default value and description style can be found under `carapace.{key}`

## Style Transformations
## Transformations

Transformations are adopted from [elvish](https://elv.sh/ref/builtin.html#styled):

Expand Down

0 comments on commit 477190e

Please sign in to comment.