himeno/mopress/summary does not have a README file
pub(all) struct Summary {
title : String
prefix_chapters : Array[SummaryItem]
numbered_chapters : Array[SummaryItem]
suffix_chapters : Array[SummaryItem]
} derive(Eq, Debug)pub(all) struct SummaryLink {
title : String
location : String
source : String
nested_items : Array[SummaryItem]
} derive(Eq, Debug)fn md_to_plain(input : String) -> StringA modern documentation and static site generator for the MoonBit ecosystem, inspired by mdBook and Hakyll
Dependencies