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
parent509db9b3170d81c0d7e48cf1f09d907c9acf1e5a (diff)
update
-rw-r--r--README-zh.md4
-rw-r--r--README.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/README-zh.md b/README-zh.md
index 80dbe75..a887eec 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -87,7 +87,7 @@ Logo文件必须是 `svg` 格式, 以后会修改, 复制到 根目录/static/im
```
把 `custom.css` 放到 根目录/static/css 目录里.
-##使用狂野样式##
+## 使用狂野样式
点击 `Export Wild mode`, 输入主题名字, 你会下载一份css文件. 用记事本打开会看到需要的代码.
类似这个样子:
```
@@ -121,7 +121,7 @@ Logo文件必须是 `svg` 格式, 以后会修改, 复制到 根目录/static/im
```
把`custom.js` 放到 根目录/static/js 中.
-##自定义语法高亮**
+## 自定义语法高亮
主题使用 [hightlight.js](https://highlightjs.org/), 如果你想添加自己的高亮文件,首先添加自定义JS文件, 然后在配置文件里添加:
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.
```