diff --git a/.github/workflows/talawa_mobile_md_mdx_format_adjuster.py b/.github/workflows/talawa_mobile_md_mdx_format_adjuster.py index 4903fe1f2..b91db795a 100644 --- a/.github/workflows/talawa_mobile_md_mdx_format_adjuster.py +++ b/.github/workflows/talawa_mobile_md_mdx_format_adjuster.py @@ -18,28 +18,28 @@ import argparse import re -def escape_mdx_characters(text): - """ - Escape special characters (<, >, {, }) in Dart docs to make them MDX compatible. - - Args: - text (str): The text content to be processed. - - Returns: - str: The modified string with escaped MDX characters. - """ - # Replace unescaped <, >, {, } with their escaped equivalents - patterns = { - "<": r"(?": r"(?", - "{": r"(?, {, }) in Dart docs to make them MDX compatible. + +# Args: +# text (str): The text content to be processed. + +# Returns: +# str: The modified string with escaped MDX characters. +# """ +# # Replace unescaped <, >, {, } with their escaped equivalents +# patterns = { +# "<": r"(?": r"(?", +# "{": r"(?