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
646e3f8fd2
mdbook
/
src
/
renderer
/
html_handlebars
/
helpers
/
mod.rs
3 lines
33 B
Rust
Raw
Normal View
History
Unescape
Escape
[Clean-up] Reorganize structure in handlebars renderer
2015-08-04 15:15:36 +02:00
pub
mod
toc
;
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
;
Reference in a new issue
Copy permalink