79402724

Date: 2025-01-31 12:26:26
Score: 2.5
Natty:
Report link

Would you consider using regular expressions to find Markdown syntax in your text?

I think it will help you to identify pieces of text easier.

For example: bold text is a pattern of: **\w+**

And this will help you avoid replacing irrelevant strings. You need to identift all markdown syntaxes and write similar conversions. I can help you with that too. Let me know if you are happy to utilize regex.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Ali