diff --git a/src/content/docs/ruby-gem/reference/selectors.mdx b/src/content/docs/ruby-gem/reference/selectors.mdx index 0eabe9b9..89e82997 100644 --- a/src/content/docs/ruby-gem/reference/selectors.mdx +++ b/src/content/docs/ruby-gem/reference/selectors.mdx @@ -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.