Current section

Files

Jump to
html_to_markdown lib html_to_markdown document_metadata.ex
Raw

lib/html_to_markdown/document_metadata.ex

# This file is auto-generated by alef. DO NOT EDIT.
defmodule HtmlToMarkdown.DocumentMetadata do
@moduledoc "Document-level metadata extracted from `<head>` and top-level elements."
defstruct title: "",
description: "",
keywords: [],
author: "",
canonical_url: "",
base_href: "",
language: "",
text_direction: :left_to_right,
open_graph: %{},
twitter_card: %{},
meta_tags: %{}
end