Skip to content

Commit

Permalink
refactor: rename with_width shortcode
Browse files Browse the repository at this point in the history
  • Loading branch information
flxzt committed Mar 3, 2024
1 parent bdc8f3d commit fc7d643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ It can be useful to then break the flowing text manually. For this there is the
{{ clear() }}
```

To help with alignment, any content can be resized to be a specific width with `withwidth(width="<value>")`:
To help with alignment, any content can be resized to be a specific width with `with_width(width="<value>")`:

```markdown
{% withwidth(width="50%") %}
{% with_width(width="50%") %}
Content is maximum 50 percent!
{% end %}
```
Expand Down
File renamed without changes.

0 comments on commit fc7d643

Please sign in to comment.