class

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)
Source

Instance methods

load(lang = nil) : Nil

Override load to handle files WITHOUT metadata (book chapters have no metadata)

Source
title_override
Source
title_override=(title_override : String | Nil)
Source