Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/content/docs/ruby-gem/reference/selectors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ Extractors define how to get the value from a selected element.
Post-processors manipulate the extracted value.

- `gsub`: Performs a global substitution on a string.
- `html_to_markdown`: Converts HTML to Markdown.
- `markdown_to_html`: Converts Markdown to HTML.
- `parse_time`: Parses a string into a `Time` object.
- `parse_uri`: Resolves a relative URL against `channel.url` and returns the normalized URL string.
Expand Down
Loading