Skip to content

Commit

Permalink
left & right don't set a class
Browse files Browse the repository at this point in the history
  • Loading branch information
erayd committed Nov 23, 2020
1 parent 12a96f2 commit a9e92e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions public/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ discarded.
The above example will display a right-floated figure, 50% wide, with the class
`my-class`.

| Key | Description |
| :------ | :--------------------------------------------- |
| `left` | Float the figure left & set the class `left` |
| `right` | Float the figure right & set the class `right` |
| `w` | Set the figure width |
| `h` | Set the figure height |
| Key | Description |
| :------ | :---------------------- |
| `left` | Float the figure left |
| `right` | Float the figure right |
| `w` | Set the figure width |
| `h` | Set the figure height |

### 404 Errors

Expand Down

0 comments on commit a9e92e0

Please sign in to comment.