Crate mdpage

Source

Structs§

  • Content struct represents content of the document as well as the menu items.
  • Data serves both as the configuration data for mdPage as well as the actual template data for generating content.

Functions§

  • Build the content data from a root directory path and optional initial value.
  • Render the data into HTML and write it to the provided writer.