From 60640ac3519aa9901177d5bfe7decbbcec8f44cf Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 19 Feb 2024 15:28:10 +0000 Subject: [PATCH] CLIENT-SPECIFICATION: remove redirect indicators, use autolinks (#12133) * CLIENT-SPECIFICATION: remove redirect indicators, use autolinks Autolinks are part of the CommonMark spec (ref ) and are well supported. Redirect indicators are removed as a part of #12048. * CLIENT-SPECIFICATION: update changelog --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna --- CLIENT-SPECIFICATION.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CLIENT-SPECIFICATION.md b/CLIENT-SPECIFICATION.md index 2c6e8550f..91abad22a 100644 --- a/CLIENT-SPECIFICATION.md +++ b/CLIENT-SPECIFICATION.md @@ -233,6 +233,9 @@ the commit hash changes when merging with squash or rebase. --> - Unreleased + - Removed redirect text from the [caching section](#caching) ([#12133](https://github.com/tldr-pages/tldr/pull/12133)) + - Updated asset URLs to use GitHub releases ([#12158](https://github.com/tldr-pages/tldr/pull/12158)) + - Add requirement to disambiguate triple-brace placeholders ([#12158](https://github.com/tldr-pages/tldr/pull/12158)) - [v2.1, November 30th 2023](https://github.com/tldr-pages/tldr/blob/v2.1/CLIENT-SPECIFICATION.md) ([#11523](https://github.com/tldr-pages/tldr/pull/11523)) - Add requirement to support escaping the placeholder syntax in certain pages ([#10730](https://github.com/tldr-pages/tldr/pull/10730))