This website requires JavaScript.
Explore
Help
Sign in
jesus
/
mdbook
Watch
1
Star
0
Fork
You've already forked mdbook
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1052ee92e1
mdbook
/
src
/
renderer
/
html_handlebars
/
helpers
/
mod.rs
4 lines
48 B
Rust
Raw
Normal View
History
Unescape
Escape
Search with Elasticlunr, updated (#604) * Add search with elasticlunr.js This commit adds search functionality to mdBook, based on work done by @phaiax. The in-browser search code uses elasticlunr.js to execute the search, using an index generated at book build time by elasticlunr-rs. * Add generator comment Someone on Reddit was wondering how the rust book was generated and said they checked the source. Thought I'd put this here. Might be a good idea to have a little footer "made with mdBook", but this'll do for now. * Remove search/editor file override behavior * Use for loop for book iterator * Improve HTML regex * Fix search CORS in file URIs * Use ammonia to sanitize HTML * Filter html5ever log messages
2018-03-07 07:02:06 -06:00
pub
mod
navigation
;
Run rustfmt.
2018-12-04 00:11:41 +01:00
pub
mod
theme
;
Run rustfmt
2018-07-23 12:45:01 -05:00
pub
mod
toc
;
Reference in a new issue
Copy permalink