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
Flybook currently treats document filenames to titles in sidebar. There's a slight change of naming happening at this moment, and it figures out like:
1._sample_doc.md
1 Sample Doc
1.-sample-doc.md
1_-_sample_doc.md
It seems like one of the policies to handle blanks and special characters.
This issue suggests to put numbering at the head of each titles(by simply accepting dot(.)), and it might look like:
.
1. Sample Doc
This issue is to examine whether the idea above is possible, and implement the feature if possible.
The text was updated successfully, but these errors were encountered:
djkeh
No branches or pull requests
as-is
Flybook currently treats document filenames to titles in sidebar. There's a slight change of naming happening at this moment, and it figures out like:
1._sample_doc.md
->1 Sample Doc
1.-sample-doc.md
->1 Sample Doc
1_-_sample_doc.md
->1 Sample Doc
It seems like one of the policies to handle blanks and special characters.
to-be
This issue suggests to put numbering at the head of each titles(by simply accepting dot(
.
)), and it might look like:1._sample_doc.md
->1. Sample Doc
This issue is to examine whether the idea above is possible, and implement the feature if possible.
The text was updated successfully, but these errors were encountered: