aboutsummaryrefslogtreecommitdiff
path: root/docs/_zh_CN/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_zh_CN/index.html')
-rw-r--r--docs/_zh_CN/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_zh_CN/index.html b/docs/_zh_CN/index.html
index 12cde6c..7adaa98 100644
--- a/docs/_zh_CN/index.html
+++ b/docs/_zh_CN/index.html
@@ -63,6 +63,16 @@
depth: 2,
},
plugins: [
+ function (hook) {
+ hook.beforeEach(function (content) {
+ return content
+ .split("\n")
+ .filter(function (line) {
+ return !line.startsWith("@@@");
+ })
+ .join("\n");
+ });
+ },
[
"flexible-alerts",
{