diff --git a/docs/en/1.10.x/site-config.html b/docs/en/1.10.x/site-config.html index 77014426f9..efd9639c10 100644 --- a/docs/en/1.10.x/site-config.html +++ b/docs/en/1.10.x/site-config.html @@ -325,7 +325,7 @@ }, markdownPlugins: [ function foo(md) { - md.renderer.rules.fence_custom.foo = function( + md.renderer.rules.fence_custom.foo = function ( tokens, idx, options, @@ -367,7 +367,7 @@ module.exports = siteConfig; -
Last updated on 12/8/2019 by Yangshun Tay