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
Assume the following code:
<!-- Readme --> # Header 1 ## Header 2 ### Header 3 #### Header 4 ##### Header 5 ###### Header 6 Some information.
When using the search plugin and doing a search for Some information., it is shown in the results as part of the ## Header 2 section.
Some information.
## Header 2
As Markdown has header levels 1-6 I would appreciate the example above resulting in Some information. being part of the ###### Header 6 section.
###### Header 6
Including the tree structure in the search results entries would be nice, too. Like:
--- Readme > Header 1 > Header 2 > Header 3 > Header 4 > Header 5 > Header 6 ... Some information ... --- ... > ... > ... > ... ... Some information. ... ---
Compare search results via algolia:
The text was updated successfully, but these errors were encountered:
Another possibility would be to show search results in the main area like gitbooks.
Compare:
Sorry, something went wrong.
Compare also:
b7b589b
No branches or pull requests
Assume the following code:
When using the search plugin and doing a search for
Some information.
, it is shown in the results as part of the## Header 2
section.As Markdown has header levels 1-6 I would appreciate the example above resulting in
Some information.
being part of the###### Header 6
section.Including the tree structure in the search results entries would be nice, too. Like:
Compare search results via algolia:
The text was updated successfully, but these errors were encountered: