parse
Function
Returns the title and body of the markdown file. The number of markdown files in the folder cannot exceed max_file_num.
Prototype
def parse()
Return Value
Data Type |
Description |
|---|---|
Tuple[List[str], List[str]] |
Title and content lists corresponding to markdown. |
Parent topic: MarkDownParser