docs: clarify the intended use of the 'aside' shortcode (#9)
The initial statement was wrong. There's no preferred way of doing things. Blockquotes are meant to hold actual quotes, whereas the aside element can be used to signify content that is slightly off-topic in regards to the rest of the post.
This commit is contained in:
parent
80cd7cf8f1
commit
f3247c7ede
|
@ -30,7 +30,9 @@ Freedom to Write has provided some awesome guides on writing HTML that works aut
|
|||
|
||||
### aside
|
||||
|
||||
readable.css prefers the `<aside>` HTML element over blockquotes. This theme supports both.
|
||||
You can use the `aside` shortcode to signify content that is slightly off-topic in regard to the rest of the post.
|
||||
|
||||
Here's how it compares to a blockquote:
|
||||
|
||||
```text
|
||||
> This is a blockquote.
|
||||
|
|
Loading…
Reference in New Issue