Books::BookChapter
Inherits Markdown::File / Reference / Object
Book chapter file that reuses Markdown::File but handles optional metadata
Constructors
new(sources, base, title_override : String | Nil = nil)
Instance methods
load(lang = nil) : Nil
Override load to handle files WITHOUT metadata (book chapters have no metadata)
title_override
title_override=(title_override : String | Nil)