ContentPage

author: none

Feb 8, 2025


struct Astro: ContentPage {


public protocol ContentPage: ThemedPage {


/*┌──────────────────────────────────────────────────────────────────────────────────────────────────┐
  │  ContentPage: ThemedPage -> [BlockElement]                                                       │
  │  |                                                                                               │
  │  +-- BlockElement: PageElement, HorizontalAligning                                               │



  1. Why the huge 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 = ""
  1. Ignite version number ?
	
            
  1. a Content.. page has extra: