summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-09-08Add `.warning` class for doc author useMichael Howell
2023-09-04Merge pull request #2168 from pickfire/prefetchDylan DPC
2023-09-02Make the arrow keys honor RTL.Eric Huss
2023-09-02Fix theme selector for RTL.Eric Huss
2023-09-02Fix sidebar behavior with RTL.Eric Huss
2023-09-02Remove text_drection_from_lang_codeEric Huss
2023-09-02Update language list to include missing rtl languages.Eric Huss
2023-09-02Some minor corrections from code review.Eric Huss
2023-09-02Ensure code segments always render in LTRcN3rd
2023-09-02Fix icons when using RTLcN3rd
2023-09-02Support `text_direction` attribute in HTML outputcN3rd
2023-09-02Add `text_direction` property in general book metadatacN3rd
2023-09-02Use CSS selectors to override properties for RTLTim Crawford
2023-09-02Move sidebar, js classes from html to body elementTim Crawford
2023-09-02Use logical CSS propertiesTim Crawford
2023-08-24Sidebar but Pure CSS, fix rust-lang/mdBook#859qaqland
2023-08-17Add prefetch to next linkIvan Tham
2023-08-05Add workaround for macOS notify problem.Eric Huss
2023-08-03Merge pull request #2150 from proski/header-code-backgroundEric Huss
2023-08-02Don't use distinct background for code in headers when printingPavel Roskin
2023-08-02Revert "Merge pull request #2125 from ehuss/update-toml"Eric Huss
2023-07-30Enhancing themes with `color-scheme: light | dark;` implementation in CSSGiorgio Reale
2023-07-28Fix issues with extra-watch-dirsriverbl
2023-07-16Update toml to 0.7.6Eric Huss
2023-07-09Fix theme-color meta tag not syncing with the themezica
2023-06-21Fix flicker when setting sidebar scroll positionEm Zhan
2023-06-17Avoid menu border flash during page navigationEm Zhan
2023-05-28Apply some code style changes.Eric Huss
2023-05-28Support hidden lines in languages other than RustJannik Obermann
2023-05-28Fix search for custom heading attributesEric Huss
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::manual_while_let_someEric Huss
2023-05-13Apply clippy::needless_borrowed_referenceEric Huss
2023-05-13Apply clippy::let_unit_valueEric Huss
2023-05-13Apply clippy::borrow_deref_refEric Huss
2023-05-13Apply clippy::needless_borrowEric Huss
2023-05-13Merge pull request #2080 from t2y/fix-copy-fonts-messageEric 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-30Merge pull request #2057 from seanpoulter/init-skipEric Huss
2023-04-28Refactor the warning message related to copy_fonts so that a user simply conf...Tetsuya Morimoto
2023-04-22Switch from gitignore to ignoreEric Huss
2023-04-03fix(cli): init --force skips confirmation promptsSean Poulter
2023-04-02Convert links from http to https protocolAndreas Deininger
2023-03-04Merge pull request #1986 from mgeisler/preprocessors-for-testEric Huss
2023-03-04Merge pull request #2039 from Skwodo/masterEric Huss
2023-03-02change overflow-x hidden to clipSkwodo