Skip to content

Commit

Permalink
Fix missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSpaar authored Aug 4, 2024
1 parent 9fa2b63 commit bb61e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/pages/features/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[name]: # (Attributes)
[description]: # (How to add attributes to Markdown elements)

`markdown_spa` uses the [attr-list](https://python-markdown.github.io/extensions/attr_list/) to add HTML to Markdown elements:
`markdown_spa` uses the [attr-list](https://python-markdown.github.io/extensions/attr_list/) extension to add HTML to Markdown elements:
```md
# This is a title
{: .anchored-title }
Expand All @@ -23,4 +23,4 @@ because the attribute list is on the last line of the block
{: .text-center }

![Image with an inline attribute list](./image.png){: class="img center" loading="lazy" }
```
```

0 comments on commit bb61e60

Please sign in to comment.