From ec39bb1cb8c215a631fe18fd2dea53617929cd17 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Sep 2025 08:49:14 +0000 Subject: [PATCH 1/2] Initial plan From 2b5975cd9c4a63eb7b05b8b0947889d60615271c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Sep 2025 08:52:28 +0000 Subject: [PATCH 2/2] Fix broken link to hljs.ts in documentation Co-authored-by: reakaleek <16325797+reakaleek@users.noreply.github.com> --- docs/syntax/code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax/code.md b/docs/syntax/code.md index 82d7f7bb3..43f784437 100644 --- a/docs/syntax/code.md +++ b/docs/syntax/code.md @@ -404,5 +404,5 @@ This `code` is inline. ## Supported Languages -Please refer to [hljs.ts](https://github.com/elastic/docs-builder/blob/main/src/Elastic.Markdown/Assets/hljs.ts) +Please refer to [hljs.ts](https://github.com/elastic/docs-builder/blob/main/src/Elastic.Documentation.Site/Assets/hljs.ts) for a complete list of supported languages.