From 64edd20b93607eb748751b30b3e6443468ddeb6c Mon Sep 17 00:00:00 2001 From: lizhihua <275091674@qq.com> Date: Mon, 6 Feb 2017 11:54:37 +0800 Subject: [PATCH] update --- antwar.config.js | 2 ++ styles/markdown.scss | 1 + 2 files changed, 3 insertions(+) diff --git a/antwar.config.js b/antwar.config.js index d7d8336e8500..ec0b34435170 100644 --- a/antwar.config.js +++ b/antwar.config.js @@ -239,6 +239,8 @@ function combineContexts(context1, context2) { } } webpackContext.keys = () => { + "use strict"; + let keys1 = context1.keys(); let keys2 = context2.keys(); return _.chain(keys1).concat(keys2).sortBy().uniq().value(); diff --git a/styles/markdown.scss b/styles/markdown.scss index c7362d422344..1f7fd1f5e77f 100644 --- a/styles/markdown.scss +++ b/styles/markdown.scss @@ -27,6 +27,7 @@ p, blockquote, table, pre { margin:1em 0; + font-size: 0.875em; } ul, ol, dl {