From 8854a7101b5947828ff5073a4e263f06a0f91c6e Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" <1330696+mr-c@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:48:41 +0100 Subject: [PATCH] UX: fix link to Highlight JS demo (#29701) Fixes: https://meta.discourse.org/t/update-or-remove-highlight-js-demo-link/304538 --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index c1b468c272a..4be44aa3514 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -2518,7 +2518,7 @@ en: default_code_lang: "Default programming language syntax highlighting applied to markdown code blocks (auto, text, ruby, python etc.). This value must also be present in the `highlighted languages` site setting." warn_reviving_old_topic_age: "When someone starts replying to a topic where the last reply is older than this many days, a warning will be displayed. Disable by setting to 0." autohighlight_all_code: "Apply syntax highlighting to HTML-authored <code> blocks, even if they didn't specify a language. To configure markdown-authored code blocks, use the 'default code lang' setting." - highlighted_languages: "Included syntax highlighting rules. (Warning: including too many languages may impact performance) see: https://highlightjs.org/static/demo for a demo" + highlighted_languages: "Included syntax highlighting rules. (Warning: including too many languages may impact performance) see: https://highlightjs.org/demo for a demo" show_copy_button_on_codeblocks: "Add a button to codeblocks to copy the block contents to the user's clipboard." embed_any_origin: "Allow embeddable content regardless of origin. This is required for mobile apps with static HTML."