Skip to content

Commit d31f69c

Browse files
committed
style: format capturing-feed-configs guide
1 parent 617a64f commit d31f69c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/content/docs/ruby-gem/guides/capturing-feed-configs.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import { Aside, Code } from "@astrojs/starlight/components";
88
`html2rss capture` analyzes a page through the auto-source pipeline and prints a reusable feed config with derived CSS selectors. Use it when you want a first draft faster than hand-writing selectors from scratch.
99

1010
<Aside type="tip" title="Treat capture as a draft">
11-
Selector quality depends on page structure. Complex layouts often need a manual `items_selector` hint or small edits before you ship the config.
11+
Selector quality depends on page structure. Complex layouts often need a manual `items_selector` hint or
12+
small edits before you ship the config.
1213
</Aside>
1314

1415
## When to Capture

0 commit comments

Comments
 (0)