author: none
Feb 8, 2025
struct Astro: ContentPage {
public protocol ContentPage: ThemedPage {
/*┌──────────────────────────────────────────────────────────────────────────────────────────────────┐
│ ContentPage: ThemedPage -> [BlockElement] │
│ | │
│ +-- BlockElement: PageElement, HorizontalAligning │
on a Content..
page
because:
public struct MarkdownToHTML: MarkdownRenderer, MarkupVisitor {
/// The title of this document.
public var title = ""
/// The description of this document, which is the first paragraph.
public var description = ""
Content..
page has extra: