From bb61e6010773bc2be86e178a4d3f3b5881e37e33 Mon Sep 17 00:00:00 2001 From: MrSpaar Date: Sun, 4 Aug 2024 22:49:31 +0200 Subject: [PATCH] Fix missing word --- doc/pages/features/attributes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/pages/features/attributes.md b/doc/pages/features/attributes.md index 578c10c..950b68d 100644 --- a/doc/pages/features/attributes.md +++ b/doc/pages/features/attributes.md @@ -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 } @@ -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" } -``` \ No newline at end of file +```