Arcdown v0.1.2 Arcdown.Article View Source
The core datatype for the Arcdown parser. Articles are broken into header and body/content parts then compiled into the %Arcdown.Article{} struct.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Arcdown.Article{
author: String.t(),
content: String.t(),
created_at: DateTime.t(),
email: String.t(),
published_at: DateTime.t(),
slug: String.t(),
summary: String.t(),
tags: [atom()],
title: String.t(),
topics: [String.t()]
}
t() :: %Arcdown.Article{
author: String.t(),
content: String.t(),
created_at: DateTime.t(),
email: String.t(),
published_at: DateTime.t(),
slug: String.t(),
summary: String.t(),
tags: [atom()],
title: String.t(),
topics: [String.t()]
}