Open skounis opened 2 months ago
In the markdown content, apostrophes are currently escaped unnecessarily (e.g., Wallet\'s). In markdown, escaping apostrophes is not required, so we need to find all instances where this happens and correct them by removing the escape characters.
Wallet\'s
Examples:
In the markdown content, apostrophes are currently escaped unnecessarily (e.g.,
Wallet\'s
). In markdown, escaping apostrophes is not required, so we need to find all instances where this happens and correct them by removing the escape characters.Examples:
Tasks:
Expected Outcome: