eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework

The European Digital Identity Wallet
https://eu-digital-identity-wallet.github.io/eudi-doc-architecture-and-reference-framework/
Other
431 stars 60 forks source link

Remove Unnecessary Escaped Apostrophes in Markdown #309

Open skounis opened 2 months ago

skounis commented 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.

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: