We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4427f commit 989065fCopy full SHA for 989065f
README.md
@@ -15,8 +15,16 @@ embrace a more straightforward approach to building your website.
15
- **Feeds**: Outputs RSS, Atom, and Sitemap feeds based on the content.
16
17
```html
18
- <link rel="alternate" type="application/rss+xml" href="https://example.com/rss.xml" />
19
- <link rel="alternate" type="application/atom+xml" href="https://example.com/atom.xml" />
+ <link
+ rel="alternate"
20
+ type="application/rss+xml"
21
+ href="https://example.com/rss.xml"
22
+ />
23
24
25
+ type="application/atom+xml"
26
+ href="https://example.com/atom.xml"
27
28
```
29
30
- **GitHub Flavored Markdown**: Write markdown the GitHub way.
0 commit comments