Skip to content

Commit 989065f

Browse files
committed
fmt
1 parent 0f4427f commit 989065f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,16 @@ embrace a more straightforward approach to building your website.
1515
- **Feeds**: Outputs RSS, Atom, and Sitemap feeds based on the content.
1616

1717
```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" />
18+
<link
19+
rel="alternate"
20+
type="application/rss+xml"
21+
href="https://example.com/rss.xml"
22+
/>
23+
<link
24+
rel="alternate"
25+
type="application/atom+xml"
26+
href="https://example.com/atom.xml"
27+
/>
2028
```
2129

2230
- **GitHub Flavored Markdown**: Write markdown the GitHub way.

0 commit comments

Comments
 (0)