Current section

Files

Jump to
html_to_markdown lib html_to_markdown text_annotation.ex
Raw

lib/html_to_markdown/text_annotation.ex

# This file is auto-generated by alef. DO NOT EDIT.
defmodule HtmlToMarkdown.TextAnnotation do
@moduledoc "An inline text annotation with byte-range offsets."
defstruct start: 0,
end: 0,
kind: :bold
end