diff options
Diffstat (limited to 'docs/doc.html')
| -rw-r--r-- | docs/doc.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/doc.html b/docs/doc.html index 8640565..783ccb4 100644 --- a/docs/doc.html +++ b/docs/doc.html @@ -58,6 +58,16 @@ depth: 2, }, plugins: [ + function (hook) { + hook.beforeEach(function (content) { + return content + .split("\n") + .filter(function (line) { + return !line.startsWith("@@@"); + }) + .join("\n"); + }); + }, [ "flexible-alerts", { |
