We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue tracks what is left to do to parse SUMMARY.md
SUMMARY.md
Check if SUMMARY.md exists at the given path
not sure it is necessary, File::open will result in an error of it does not exist
File::open
open the file
parse list elements - [name](path)
- [name](path)
support for list elements beginning with - or *
-
*
support nested elements
support empty links
support non-list elements (elements that will not be numbered)
The text was updated successfully, but these errors were encountered:
Rudimentary: Parse SUMMARY.md, support for nested levels. Only list i…
7fa5b06
…tems: "- [name](path)" or "* [name](path)" #2
No branches or pull requests
This issue tracks what is left to do to parse
SUMMARY.md
Check if SUMMARY.md exists at the given pathopen the file
parse list elements
- [name](path)
support for list elements beginning with
-
or*
support nested elements
support empty links
support non-list elements (elements that will not be numbered)
The text was updated successfully, but these errors were encountered: