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
Overview
This file is auto-generated by alef — DO NOT EDIT. alef:hash:fbc32dea2062047854006aa7a5d861ef8fc29be3d8b519a3e56646eb14f1b2e9 To regenerate: alef generate To verify freshness: alef verify –exit-code frozen_string_literal: true
Defined Under Namespace
Modules: AnnotationKind, NodeContent Classes: AnnotationKindBold, AnnotationKindCode, AnnotationKindHighlight, AnnotationKindItalic, AnnotationKindLink, AnnotationKindStrikethrough, AnnotationKindSubscript, AnnotationKindSuperscript, AnnotationKindUnderline, NodeContentCode, NodeContentDefinitionItem, NodeContentDefinitionList, NodeContentGroup, NodeContentHeading, NodeContentImage, NodeContentList, NodeContentListItem, NodeContentMetadataBlock, NodeContentParagraph, NodeContentQuote, NodeContentRawBlock, NodeContentTable
Constant Summary collapse
- ConversionOptions =
Re-export public types from the native extension (curated list, excludes Update/Builder types)
HtmlToMarkdownRs.const_get(:ConversionOptions)
- ConversionResult =
HtmlToMarkdownRs.const_get(:ConversionResult)
- DocumentMetadata =
HtmlToMarkdownRs.const_get(:DocumentMetadata)
- DocumentNode =
HtmlToMarkdownRs.const_get(:DocumentNode)
- DocumentStructure =
HtmlToMarkdownRs.const_get(:DocumentStructure)
- GridCell =
HtmlToMarkdownRs.const_get(:GridCell)
- HeaderMetadata =
HtmlToMarkdownRs.const_get(:HeaderMetadata)
- HtmlMetadata =
HtmlToMarkdownRs.const_get(:HtmlMetadata)
- ImageDimensions =
HtmlToMarkdownRs.const_get(:ImageDimensions)
- ImageMetadata =
HtmlToMarkdownRs.const_get(:ImageMetadata)
- LinkMetadata =
HtmlToMarkdownRs.const_get(:LinkMetadata)
- MetadataEntry =
HtmlToMarkdownRs.const_get(:MetadataEntry)
- NodeContext =
HtmlToMarkdownRs.const_get(:NodeContext)
- PreprocessingOptions =
HtmlToMarkdownRs.const_get(:PreprocessingOptions)
- ProcessingWarning =
HtmlToMarkdownRs.const_get(:ProcessingWarning)
- StructuredData =
HtmlToMarkdownRs.const_get(:StructuredData)
- TableData =
HtmlToMarkdownRs.const_get(:TableData)
- TableGrid =
HtmlToMarkdownRs.const_get(:TableGrid)
- TextAnnotation =
HtmlToMarkdownRs.const_get(:TextAnnotation)
- VERSION =
The version string for this package.
"3.6.0.pre.rc.23"