summaryrefslogtreecommitdiffstats
path: root/src/renderer/html_handlebars/hbs_renderer.rs
AgeCommit message (Expand)Author
2024-06-12Add support for Rust Edition 2024Eric Huss
2024-05-13Remove cargo-clippy unknown featureEric Huss
2024-02-25Rename curly-quotes to smart-punctuation.Eric Huss
2024-01-14reduce useless regex allocsklensy
2023-12-16remove useless string cloneklensy
2023-12-09Remove warning check for theme directory as ./src/themeJonathan Hult
2023-09-02Support `text_direction` attribute in HTML outputcN3rd
2023-05-28Apply some code style changes.Eric Huss
2023-05-28Support hidden lines in languages other than RustJannik Obermann
2023-05-28Don't include empty class attribute.Eric Huss
2023-05-28fix more mistakesImUrX
2023-05-28fix mistakesImUrX
2023-05-28Add working heading extensionImUrX
2023-05-13Apply clippy::needless_borrowEric Huss
2023-05-13Don't copy the stock fonts if the user has overridden fonts.css.Eric Huss
2023-05-13Don't warn on copy-fonts=true (the default) when fonts.css is overridden.Eric Huss
2023-04-28Refactor the warning message related to copy_fonts so that a user simply conf...Tetsuya Morimoto
2023-01-15Make fonts part of the theme.Eric Huss
2022-11-21Show the currently selected theme.Eric Huss
2022-09-22feat: use once_cell instead of lazy_static (#1894)David
2022-09-09Require Rust 2021 editionDylan DPC
2022-08-10Merge pull request #1836 from mgeisler/trim-trailing-whitespaceEric Huss
2022-08-10Trim trailing whitespace in Rust code blocksMartin Geisler
2022-06-29Make link to first chapter active in index pageISSOtm
2022-06-29Mark the first chapter as "index", even if not the first book itemISSOtm
2022-06-27Merge pull request #1832 from ISSOtm/clippyEric Huss
2022-06-27Fix Clippy lintsISSOtm
2022-05-16Adjust overlap of code buttons with code blocks.Eric Huss
2022-05-06init regexes via lazy_static, don't recompute itklensy
2022-04-26bail! in render() if specified theme directory does not existClark
2022-03-28Merge pull request #1749 from tommilligan/unique-search-anchorsEric Huss
2022-03-27Add book title to 404 page title.Eric Huss
2022-03-27Add proper title to 404 pagersapkf
2022-03-27Merge pull request #1771 from FWYongxing/masterEric Huss
2022-03-26Config to toggle the run button on codeblocksShogo Takata
2022-03-19livereload uses host&port of current page; livereload works with a HTTPS siteClark
2022-02-18search: fix anchor ids for duplicate headersTom Milligan
2022-01-17Revert "Make page-break not configurable"Daniel Morawetz
2021-08-24Format with cargo correctlyBen Armstead
2021-08-24Format better and remove unnecessary borrowsBen Armstead
2021-07-04first pass at 2021 supportjosh rotenberg
2021-06-08Merge pull request #1541 from ehuss/id-chapter_beginEric Huss
2021-06-01Merge pull request #1554 from joshrotenberg/edit_url_custom_srcEric Huss
2021-05-31clippy: PathBuf to Pathjosh rotenberg
2021-05-27use book_config.src for edit pathjosh rotenberg
2021-05-22Remove chapter_begin id from print output.Eric Huss
2021-04-26Rename git-repository-edit-url-templateFlavio Castelli
2021-04-19Fix generation of edit linksFlavio Castelli
2021-04-19[ReviewFix] Replace edit baseurl with template and make visibility independen...Jonas Berlin
2021-04-19[ReviewFix] cargo fmtJonas Berlin