From d81e4d4c3909ea914c260cf25b2672d517ed3771 Mon Sep 17 00:00:00 2001 From: Gil Desmarais Date: Wed, 2 Sep 2026 16:02:37 +0200 Subject: [PATCH] docs(adapters): remove html_to_markdown post-processor from selectors reference --- src/content/docs/ruby-gem/reference/selectors.mdx | 1 - 1 file changed, 1 deletion(-) 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.