From 7b089c465d9f851454be91ca209ab26782648a45 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Thu, 5 May 2022 15:53:38 +0800 Subject: Remove `RequireHighlightJS` field, update plantuml example. (#19615) --- docs/content/doc/advanced/customizing-gitea.en-us.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'docs/content') diff --git a/docs/content/doc/advanced/customizing-gitea.en-us.md b/docs/content/doc/advanced/customizing-gitea.en-us.md index 1a8386fc3e..ef798ddbf9 100644 --- a/docs/content/doc/advanced/customizing-gitea.en-us.md +++ b/docs/content/doc/advanced/customizing-gitea.en-us.md @@ -132,15 +132,18 @@ copy javascript files from https://gitea.com/davidsvantesson/plantuml-code-highl `$GITEA_CUSTOM/public` folder. Then add the following to `custom/footer.tmpl`: ```html -{{if .RequireHighlightJS}} - - - -{{end}} ``` You can then add blocks like the following to your markdown: -- cgit v1.2.3