Skip to content

Commit

Permalink
fixed merge conflicts -- just tabs etc. I think
Browse files Browse the repository at this point in the history
  • Loading branch information
StarsoftAnalysis committed Dec 14, 2023
2 parents 37ef1bd + 4cea888 commit 6f00919
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,15 @@ example: ```

#### position

This parameter applies a CSS class to the figure which affects its horizontal position.
This parameter applies a class to the figure which affects its horizontal position.

* `left`, `l` -- moves the figure to the left
* `start`, `s` -- moves the figure the start side (left for LTR text, right for RTL text)
* `right`, `r` -- moves the figure to the right
* `end`, `e` -- moves the figure to the end side (right for LTR text, left for RTL text)
* `center`, `centre`, `c` -- moves the figure to the centre

If the position is not specified, the figure takes the next place in the standard HTML block-level flow.

`position` is ignored when the `figset` is within a `figrow`, because the `figrow` handles the horizontal layout.
If the position is not specified, the figure takes the next position in the standard HTML flow.

example: `position=c`
default: `(none)`
Expand All @@ -117,7 +115,6 @@ default: ??
#### selfsize

This or maxwidth -- which is use!?!?
default: 2000 check

#### title

Expand Down

0 comments on commit 6f00919

Please sign in to comment.