From 38cf308eda5e2336c806d4c90d5c6a7806e4fd48 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sun, 10 May 2020 08:42:45 -0700 Subject: [PATCH] Consistent punctuation. --- book-example/src/format/theme/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/book-example/src/format/theme/README.md b/book-example/src/format/theme/README.md index 9e4d11195e..ac159ba987 100644 --- a/book-example/src/format/theme/README.md +++ b/book-example/src/format/theme/README.md @@ -12,8 +12,8 @@ and now that file will be used instead of the default file. Here are the files you can override: - **_index.hbs_** is the handlebars template. -- **_head.hbs_** is appended to the HTML `` section -- **_header.hbs_** content is appended on top of every book page +- **_head.hbs_** is appended to the HTML `` section. +- **_header.hbs_** content is appended on top of every book page. - **_book.css_** is the style used in the output. If you want to change the design of your book, this is probably the file you want to modify. Sometimes in conjunction with `index.hbs` when you want to radically change the layout. @@ -21,8 +21,8 @@ Here are the files you can override: un-hiding the sidebar, changing the theme, ... - **_highlight.js_** is the JavaScript that is used to highlight code snippets, you should not need to modify this. -- **_highlight.css_** is the theme used for the code highlighting -- **_favicon.png_** the favicon that will be used +- **_highlight.css_** is the theme used for the code highlighting. +- **_favicon.png_** the favicon that will be used. Generally, when you want to tweak the theme, you don't need to override all the files. If you only need changes in the stylesheet, there is no point in