Skip to content

Commit

Permalink
docs: markdown lint, trailing | on tables
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Sep 1, 2024
1 parent eb1e52d commit f05343b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Multiple criteria are combined with logical AND. Multiple `--include` flags is n

The `--color` flag lets you pick colors for various parts of a MARC record using environment variables. You can pick from [the available termcolor colors](https://github.com/termcolor/termcolor?tab=readme-ov-file#text-properties). The defaults are:

| Component | Color | Var
| Component | Color | Var |
|---|----|---|
| Tag | cyan | MARC_TAG_COLOR |
| Indicator | light_yellow | MARC_INDICATOR_COLOR |
Expand All @@ -74,7 +74,7 @@ The `--color` flag lets you pick colors for various parts of a MARC record using

You can also configure the subfield delimiter character and the symbol for an empty indicator. Those defaults are:

| Symbol | Var
| Symbol | Var |
|---|---|
|| MARC_SUBFIELD_DELIMITER |
| _ | MARC_EMPTY_INDICATOR |
Expand Down

0 comments on commit f05343b

Please sign in to comment.