Fixing sonarqube issues
- Fixing security hotspots by changing the markdown parsing method.
- Fixing security hotspots by removing the validateEmail step since I learned from stackoverflow there is no good way to validate email, and also we do not inject that string into code, we just check against it in the back-end.
- Fixing Help content issue with typography h4 within h2 error.
- Fixing other sonarqube issues.