HtmlToMarkdown.NodeType
(html_to_markdown v3.4.0-rc.45)
Copy Markdown
Node type enumeration covering all HTML element types.
Summary
Types
@type t() ::
:text
| :element
| :heading
| :paragraph
| :div
| :blockquote
| :pre
| :hr
| :list
| :list_item
| :definition_list
| :definition_term
| :definition_description
| :table
| :table_row
| :table_cell
| :table_header
| :table_body
| :table_head
| :table_foot
| :link
| :image
| :strong
| :em
| :code
| :strikethrough
| :underline
| :subscript
| :superscript
| :mark
| :small
| :br
| :span
| :article
| :section
| :nav
| :aside
| :header
| :footer
| :main
| :figure
| :figcaption
| :time
| :details
| :summary
| :form
| :input
| :select
| :option
| :button
| :textarea
| :label
| :fieldset
| :legend
| :audio
| :video
| :picture
| :source
| :iframe
| :svg
| :canvas
| :ruby
| :rt
| :rp
| :abbr
| :kbd
| :samp
| :var
| :cite
| :q
| :del
| :ins
| :data
| :meter
| :progress
| :output
| :template
| :slot
| :html
| :head
| :body
| :title
| :meta
| :link_tag
| :style
| :script
| :base
| :custom
Functions
@spec abbr() :: t()
@spec article() :: t()
@spec aside() :: t()
@spec audio() :: t()
@spec base() :: t()
@spec blockquote() :: t()
@spec body() :: t()
@spec br() :: t()
@spec button() :: t()
@spec canvas() :: t()
@spec cite() :: t()
@spec code() :: t()
@spec custom() :: t()
@spec data() :: t()
@spec definition_description() :: t()
@spec definition_list() :: t()
@spec definition_term() :: t()
@spec del() :: t()
@spec details() :: t()
@spec div() :: t()
@spec element() :: t()
@spec em() :: t()
@spec fieldset() :: t()
@spec figcaption() :: t()
@spec figure() :: t()
@spec form() :: t()
@spec head() :: t()
@spec header() :: t()
@spec heading() :: t()
@spec hr() :: t()
@spec html() :: t()
@spec iframe() :: t()
@spec image() :: t()
@spec input() :: t()
@spec ins() :: t()
@spec kbd() :: t()
@spec label() :: t()
@spec legend() :: t()
@spec link() :: t()
@spec link_tag() :: t()
@spec list() :: t()
@spec list_item() :: t()
@spec main() :: t()
@spec mark() :: t()
@spec meta() :: t()
@spec meter() :: t()
@spec option() :: t()
@spec output() :: t()
@spec paragraph() :: t()
@spec picture() :: t()
@spec pre() :: t()
@spec progress() :: t()
@spec q() :: t()
@spec rp() :: t()
@spec rt() :: t()
@spec ruby() :: t()
@spec samp() :: t()
@spec script() :: t()
@spec section() :: t()
@spec select() :: t()
@spec slot() :: t()
@spec small() :: t()
@spec source() :: t()
@spec span() :: t()
@spec strikethrough() :: t()
@spec strong() :: t()
@spec style() :: t()
@spec subscript() :: t()
@spec summary() :: t()
@spec superscript() :: t()
@spec svg() :: t()
@spec table() :: t()
@spec table_body() :: t()
@spec table_cell() :: t()
@spec table_foot() :: t()
@spec table_head() :: t()
@spec table_header() :: t()
@spec table_row() :: t()
@spec template() :: t()
@spec text() :: t()
@spec textarea() :: t()
@spec time() :: t()
@spec title() :: t()
@spec underline() :: t()
@spec var() :: t()
@spec video() :: t()