Module: LlmDocsBuilder::HtmlToMarkdown Private

Defined in:
lib/llm_docs_builder/html_to_markdown/figure_code_block_renderer.rb,
lib/llm_docs_builder/html_to_markdown/table_markup_renderer.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Provides HTML to Markdown conversion functionality

This module contains specialized renderers for converting HTML elements to Markdown format, with support for complex structures like tables, figures, and syntax-highlighted code blocks.

Defined Under Namespace

Classes: FigureCodeBlockRenderer, TableMarkupRenderer