From ae3c5017c4b7cae25e6107a31a37c2fdb2dbab4c Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Thu, 5 Sep 2019 23:01:40 +0200 Subject: Small adjustments for logo span and css --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2732dca..4f1b18c 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,8 @@ disableKinds = ['taxonomy', 'taxonomyTerm'] BookToC = 3 # (Optional, default none) Set the path to a logo for the book. If the logo is -# /static/logo.png then the path would be /logo.png -BookLogo = '/logo.png' +# /static/logo.png then the path would be 'logo.png' +BookLogo = 'logo.png' # (Optional, default none) Set leaf bundle to render as side menu # When not specified file structure and weights will be used @@ -270,10 +270,10 @@ Render math formulas with [KaTeX](https://katex.org/) ``` {{< katex >}} -$$ x = \begin{cases} +x = \begin{cases} a &\text{if } b \\ c &\text{if } d -\end{cases} $$ +\end{cases} {{< /katex >}} ``` -- cgit v1.2.3