Interface BasicFrontMatterInfo
- All Known Subinterfaces:
FrontMatterInfo
- All Known Implementing Classes:
ParsedFrontMatter
public interface BasicFrontMatterInfo
-
Field Summary
Fields -
Method Summary
-
Field Details
-
WEIGHT
- See Also:
-
TITLE
- See Also:
-
-
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.
-