diff --git a/guide/src/format/configuration/renderers.md b/guide/src/format/configuration/renderers.md index ec2ea09243..ae0b724a4b 100644 --- a/guide/src/format/configuration/renderers.md +++ b/guide/src/format/configuration/renderers.md @@ -145,9 +145,9 @@ The following configuration options are available: an icon link will be output in the menu bar of the book. - **git-repository-icon:** The FontAwesome icon class to use for the git repository link. Defaults to `fab-github` which looks like . - If you are not using GitHub, another option to consider is `fa-code-fork` which looks like . + If you are not using GitHub, another option to consider is `fa-code-fork` which looks like . - **edit-url-template:** Edit url template, when provided shows a - "Suggest an edit" button (which looks like ) for directly jumping to editing the currently + "Suggest an edit" button (which looks like ) for directly jumping to editing the currently viewed page. For e.g. GitHub projects set this to `https://github.com///edit//{path}` or for Bitbucket projects set it to @@ -178,7 +178,7 @@ The following configuration options are available: ### `[output.html.print]` The `[output.html.print]` table provides options for controlling the printable output. -By default, mdBook will include an icon on the top right of the book (which looks like ) that will print the book as a single page. +By default, mdBook will include an icon on the top right of the book (which looks like ) that will print the book as a single page. ```toml [output.html.print] diff --git a/guide/src/format/mdbook.md b/guide/src/format/mdbook.md index 8b0e7314de..ff63eb43a9 100644 --- a/guide/src/format/mdbook.md +++ b/guide/src/format/mdbook.md @@ -73,7 +73,7 @@ nothidden(): ## Rust playground -Rust language code blocks will automatically get a play button () which will execute the code and display the output just below the code block. +Rust language code blocks will automatically get a play button () which will execute the code and display the output just below the code block. This works by sending the code to the [Rust Playground]. ```rust diff --git a/guide/src/guide/reading.md b/guide/src/guide/reading.md index e43d5bcb7a..64624bd300 100644 --- a/guide/src/guide/reading.md +++ b/guide/src/guide/reading.md @@ -42,7 +42,7 @@ Tapping the menu bar will scroll the page to the top. ## Search Each book has a built-in search system. -Pressing the search icon () in the menu bar, or pressing the / or S key on the keyboard will open an input box for entering search terms. +Pressing the search icon in the menu bar, or pressing the / or S key on the keyboard will open an input box for entering search terms. Typing some terms will show matching chapters and sections in real time. Clicking any of the results will jump to that section.