Module: HtmlToMarkdown

Defined in:
lib/html_to_markdown.rb,
lib/html_to_markdown/native.rb,
lib/html_to_markdown/native.rb,
lib/html_to_markdown/native.rb,
lib/html_to_markdown/version.rb,
sig/types.rbs,
sig/html_to_markdown/cli.rbs,
sig/html_to_markdown/cli_proxy.rbs

Overview

This file is auto-generated by alef — DO NOT EDIT. alef:hash:df03cfa1ea58fc063ec7e305db2e9dcdc739bb4b063899fc4750f8584c5bd37e To regenerate: alef generate To verify freshness: alef verify --exit-code frozen_string_literal: true

Defined Under Namespace

Modules: CLI, CLIProxy Classes: AnnotationKind, AnnotationKindBold, AnnotationKindCode, AnnotationKindHighlight, AnnotationKindItalic, AnnotationKindLink, AnnotationKindStrikethrough, AnnotationKindSubscript, AnnotationKindSuperscript, AnnotationKindUnderline, CodeBlockStyle, ConversionOptions, ConversionOptionsUpdate, ConversionResult, DocumentMetadata, DocumentNode, DocumentStructure, GridCell, HeaderMetadata, HeadingStyle, HighlightStyle, HtmlMetadata, ImageDimensions, ImageMetadata, ImageType, LinkMetadata, LinkStyle, LinkType, ListIndentType, MetadataEntry, NewlineStyle, NodeContent, NodeContentCode, NodeContentDefinitionItem, NodeContentDefinitionList, NodeContentGroup, NodeContentHeading, NodeContentImage, NodeContentList, NodeContentListItem, NodeContentMetadataBlock, NodeContentParagraph, NodeContentQuote, NodeContentRawBlock, NodeContentTable, NodeContext, NodeType, OutputFormat, PreprocessingOptions, PreprocessingOptionsUpdate, PreprocessingPreset, ProcessingWarning, StructuredData, StructuredDataType, TableData, TableGrid, TextAnnotation, TextDirection, TierStrategy, UrlEscapeStyle, VisitResult, VisitorHandle, WarningKind, WhitespaceMode

Constant Summary collapse

VERSION =

The version string for this package.

Returns:

  • (String)
"3.8.2"

Class Method Summary collapse

Class Method Details

.convertConversionResult

Parameters:

Returns:



374
# File 'sig/types.rbs', line 374

def self.convert: (String html, ?ConversionOptions options) -> ConversionResult