Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 23 additions & 3 deletions docs/text-style-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,29 @@ Set to `false` to remove extra font padding intended to make space for certain a

### `fontVariant`

| Type | Default |
| ---------------------------------------------------------------------------------------------------------- | ------- |
| array of enum(`'small-caps'`, `'oldstyle-nums'`, `'lining-nums'`, `'tabular-nums'`, `'proportional-nums'`) | `[]` |
| Type | Default |
| ---- | ------- |

| array of enum(`'small-caps'`, `'oldstyle-nums'`, `'lining-nums'`, `'tabular-nums'`, `'proportional-nums' `,`'stylistic-one'`,
, `'stylistic-two'`
, `'stylistic-three'`
, `'stylistic-four'`
, `'stylistic-five'`
, `'stylistic-six'`
, `'stylistic-seven'`
, `'stylistic-eight'`
, `'stylistic-nine'`
, `'stylistic-ten'`
, `'stylistic-eleven'`
, `'stylistic-twelve'`
, `'stylistic-thirteen'`
, `'stylistic-fourteen'`
, `'stylistic-fifteen'`
, `'stylistic-sixteen'`
, `'stylistic-seventeen'`
, `'stylistic-eighteen'`
, `'stylistic-nineteen'`
, `'stylistic-twenty'`) | `[]` |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| array of enum(`'small-caps'`, `'oldstyle-nums'`, `'lining-nums'`, `'tabular-nums'`, `'proportional-nums' `,`'stylistic-one'`,
, `'stylistic-two'`
, `'stylistic-three'`
, `'stylistic-four'`
, `'stylistic-five'`
, `'stylistic-six'`
, `'stylistic-seven'`
, `'stylistic-eight'`
, `'stylistic-nine'`
, `'stylistic-ten'`
, `'stylistic-eleven'`
, `'stylistic-twelve'`
, `'stylistic-thirteen'`
, `'stylistic-fourteen'`
, `'stylistic-fifteen'`
, `'stylistic-sixteen'`
, `'stylistic-seventeen'`
, `'stylistic-eighteen'`
, `'stylistic-nineteen'`
, `'stylistic-twenty'`) | `[]` |
| array of enum(`'small-caps'`, `'oldstyle-nums'`, `'lining-nums'`, `'tabular-nums'`, `'proportional-nums' `,`'stylistic-one'`, `'stylistic-two'`, `'stylistic-three'`, `'stylistic-four'`, `'stylistic-five'`, `'stylistic-six'`, `'stylistic-seven'`, `'stylistic-eight'`, `'stylistic-nine'`, `'stylistic-ten'`, `'stylistic-eleven'`, `'stylistic-twelve'`, `'stylistic-thirteen'`, `'stylistic-fourteen'`, `'stylistic-fifteen'`, `'stylistic-sixteen'`, `'stylistic-seventeen'`, `'stylistic-eighteen'`, `'stylistic-nineteen'`, `'stylistic-twenty'`) | `[]` |

Unfortunately, making table row multiline breaks the MD renderer.

Screenshot 2022-09-06 112431

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, Thank you for the feedback @Simek

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The table still appears broken after the deploy with the suggested changes, so it looks like I need to checkout out it locally to looks at it and fix it. 😅 Maybe you would like to give it a try @gedeagas ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait, let me check again. sorry for the inconvenience

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, it looks like the table is still displaying incorrectly. 🤔


---

Expand Down