-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
Bug Report: talawa_mobile_md_mdx_format_adjuster.script escapes HTML tags in markdown file. #2685
Comments
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues. |
This PR will solve this issue... Please take a look at this. If needed I will make any required changes. |
@palisadoes sir i was assigned to this issue. |
@IITI-tushar You can have 2 issues at a time (when added up across all the repositories). Please only remove yourself from an issue if you don't want to work on it anymore. |
@Cioppolo14 @palisadoes this PR-2695 is closed. can I open another PR or it is possible for you to open this PR again. |
Describe the bug
A clear and concise description of what the bug is.
This script is responsible for converting < , > , { , } to their escape version like
\< , \> , \{ , \}
.we are using docusaurus to render our md files in the website. And for the escaped tags like
\< , \> , \{ , \}
docusaurus renders them and display on the website as unescaped < , > , { , } .To Reproduce
Steps to reproduce the behavior:
1.visit :- https://docs.talawa.io/docs/talawa-mobile-docs/
Expected behavior
A clear and concise description of what you expected to happen.
The page should look like
Actual behavior
A clear and concise description of how the code performed w.r.t expectations.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional details
Add any other context or screenshots about the feature request here.
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: