From b19fbe5c9bee0be706b41a32e2c653caa0a3af67 Mon Sep 17 00:00:00 2001 From: Shubham Padia Date: Mon, 28 Jul 2025 17:31:48 +0000 Subject: [PATCH] help-beta: Remove redundant TODO item for indented admonitions. This was fixed in 41846b35ab2dd7cba3c9db8320f558224416f484. --- tools/convert-help-center-docs-to-mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/convert-help-center-docs-to-mdx b/tools/convert-help-center-docs-to-mdx index b0655d06dc..928ffd3595 100755 --- a/tools/convert-help-center-docs-to-mdx +++ b/tools/convert-help-center-docs-to-mdx @@ -33,9 +33,6 @@ RELATIVE_LINKS_PATTERN = re.compile(r"\{relative\|(?P.*?)\|(?P.* # 1. Before cutover we should also check for ordered list items that do not start # with `1. ` since our conversion script assumes that every item list starts # with `1. `. The regex we used to check for this was `\b(?!1\.)\d+\. `. -# 2. Before cutover, we should check for unindented pieces of text in ordered list -# items. Our script only works with indented pieces of text. The regex we used -# to check for this was `^1\. .*\n(?!\n)(?!1\.)( {0,1}\S.*)`. class IncludeFileInfo(TypedDict):