From 440b583e9ff84233dea7710903f867b2a976be66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BD=A6=E4=BA=AE=E4=BA=AE?= Date: Thu, 11 Oct 2018 11:36:11 +0800 Subject: [PATCH] Update config.md --- bin/config.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/config.md b/bin/config.md index c0ecb9a..f963cb6 100644 --- a/bin/config.md +++ b/bin/config.md @@ -48,10 +48,13 @@ SERVER_EMAIL = os.environ.get('DJANGO_EMAIL_USER') 其中的*静态文件保存地址*是保存oauth用户登录的头像路径,填写绝对路径,默认是代码目录。 ## 代码高亮 如果你发现你文章的代码没有高亮,请这样书写代码块: +``` ```python import os def fun(): print("hello") fun() ``` -也就是说,需要在代码块开始位置加入这段代码对应的语言。 \ No newline at end of file +``` + +也就是说,需要在代码块开始位置加入这段代码对应的语言。