diff --git a/docs/write-a-plugin.md b/docs/write-a-plugin.md index 0d605add8..5495a8771 100644 --- a/docs/write-a-plugin.md +++ b/docs/write-a-plugin.md @@ -75,6 +75,8 @@ window.$docsify = { ```js window.$docsify = { + // The date template pattern + formatUpdated: '{YYYY}/{MM}/{DD} {HH}:{mm}', plugins: [ function(hook, vm) { hook.beforeEach(function(html) {