Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickomatic committed Oct 12, 2023
1 parent bf0314f commit af7b87c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ the `expand` modifier.

## Formatting

You can also specify basic cell formatting which will either apply for the entire row or just
for individual cells. To apply formatting to individual cells use the `[[`/`]]` syntax:
You can apply basic cell formatting which will either apply for the entire row or just for
individual cells. To apply formatting to individual cells use the `[[`/`]]` syntax:

```csvpp
[[format=bold/format=underline]]foo,[[fontsize=20]]bar,baz
[[format=bold/format=underline]]foo,[[fontsize=20]]bar,baz,
```

and here is the same thing using short-hand:
Expand All @@ -129,7 +129,7 @@ and here is the same thing using short-hand:
[[f=b/f=u]]foo,[[fs=20]]bar,baz,
```

To apply formatting to the entire row you can use `![[`/`]]` at the beginning of the row
To format the entire row you can use `![[`/`]]` at the beginning of the line

```csvpp
![[f=b/f=u]]foo,bar,baz,
Expand Down

0 comments on commit af7b87c

Please sign in to comment.