From a9e92e07d3b3964e1634f63aa253187832604831 Mon Sep 17 00:00:00 2001 From: Steve Gilberd Date: Mon, 23 Nov 2020 19:26:05 +1300 Subject: [PATCH] left & right don't set a class --- public/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/index.md b/public/index.md index d85b630..60d2400 100644 --- a/public/index.md +++ b/public/index.md @@ -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