module Wikicr::Page::TableOfContent

Direct including types

Defined in:

lib/page/table_of_content.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.get_toc_line(line : String) : TocLine | Nil #

Parse a markdown line, and return a TocLine if it is a title


[View source]
def self.toc(path : String) : Toc #

[View source]

Instance Method Detail

def toc : Toc #

The table of content of the file


[View source]