Interface BasicFrontMatterInfo

All Known Subinterfaces:
FrontMatterInfo
All Known Implementing Classes:
ParsedFrontMatter

public interface BasicFrontMatterInfo
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
     
  • Field Details

  • Method Details

    • getTitle

      String getTitle()
      Returns:
      A title for the given markdown source file.
    • getWeight

      int getWeight()
      Returns:
      A weight for the given markdown source file.