Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jacobsun/edidor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsun6eal <jacob.sun.meta@gmail.com>2019-05-17 19:28:17 +0300
committersun6eal <jacob.sun.meta@gmail.com>2019-05-17 19:28:17 +0300
commitf256e150d3e338723c2273f0436423766dbe7a72 (patch)
tree9abda5bc958970bc7aa686913dd02cd61a6e3230 /README.md
parent509db9b3170d81c0d7e48cf1f09d907c9acf1e5a (diff)
update
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0b8976a..ac67631 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ In your config file: add
```
Place the `custom.css` to your site root/static/css directory.
-##Add wild mode CSS##
+## Add wild mode CSS
Click `Export Wild mode`, and enter a theme name, a css file will be downloaded.
You can find the code that you need in this file, and following the above steps.
@@ -109,7 +109,7 @@ In your config file: add
```
Place the `custom.js` to your site root/static/js directory.
-##Custom syntax highlighting**
+## Custom syntax highlighting
The theme use [hightlight.js](https://highlightjs.org/) library, if you want to use custom hightlight.js, add it as custom js, and add this to your config.
```