Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Unnecessary Escaped Apostrophes in Markdown #309

Open
3 tasks
skounis opened this issue Sep 18, 2024 · 0 comments
Open
3 tasks

Remove Unnecessary Escaped Apostrophes in Markdown #309

skounis opened this issue Sep 18, 2024 · 0 comments

Comments

@skounis
Copy link
Contributor

skounis commented Sep 18, 2024

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:

  1. Locate all instances of escaped apostrophes (e.g., ') in the markdown files.
  2. Remove the backslashes to ensure correct formatting.
  3. Review the entire document to ensure that no other characters are unnecessarily escaped.

Expected Outcome:

  • Apostrophes should appear correctly without being escaped (e.g., Wallet's instead of Wallet's).
  • The markdown content should render as intended without unnecessary escape characters.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant