Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Add numeric font-weight to bold's supported elements in feature guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Aug 29, 2019
1 parent 2dc61f2 commit b1bbdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/basic-styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ By default, each feature can upcast more than one type of the content. Here's th

| Style feature | Supported input elements |
|-----|---|
| {@link module:basic-styles/bold~Bold} | `<strong>`, `<b>`, `<* style="font-weight: bold">` |
| {@link module:basic-styles/bold~Bold} | `<strong>`, `<b>`, `<* style="font-weight: bold">` (or numeric values that are greater or equal 600) |
| {@link module:basic-styles/italic~Italic} | `<i>`, `<em>`, `<* style="font-style: italic">` |
| {@link module:basic-styles/underline~Underline} | `<u>`, `<* style="text-decoration: underline">` |
| {@link module:basic-styles/strikethrough~Strikethrough} | `<s>`, `<del>`, `<strike>`, `<* style="text-decoration: line-through">` |
Expand Down

0 comments on commit b1bbdba

Please sign in to comment.