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

Bug Report: talawa_mobile_md_mdx_format_adjuster.script escapes HTML tags in markdown file. #2685

Closed
IITI-tushar opened this issue Dec 30, 2024 · 5 comments
Assignees
Labels
bug Something isn't working feature request

Comments

@IITI-tushar
Copy link

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
image

Actual behavior
A clear and concise description of how the code performed w.r.t expectations.
image

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

@IITI-tushar IITI-tushar added the bug Something isn't working label Dec 30, 2024
Copy link

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.

@github-actions github-actions bot added feature request unapproved Unapproved, needs to be triaged labels Dec 30, 2024
@palisadoes palisadoes removed the unapproved Unapproved, needs to be triaged label Dec 30, 2024
@IITI-tushar
Copy link
Author

IITI-tushar commented Jan 7, 2025

This PR will solve this issue... Please take a look at this. If needed I will make any required changes.

@IITI-tushar IITI-tushar removed their assignment Jan 7, 2025
@IITI-tushar
Copy link
Author

@palisadoes sir i was assigned to this issue.
I wanted to work and get assigned on different issue so I unassigned the issue from me.
I want to work on this issue too... Can you able to open this PR again and assign me if needed.

@Cioppolo14
Copy link
Contributor

@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.

@IITI-tushar
Copy link
Author

IITI-tushar commented Jan 7, 2025

@Cioppolo14 @palisadoes this PR-2695 is closed. can I open another PR or it is possible for you to open this PR again.

@palisadoes palisadoes closed this as not planned Won't fix, can't repro, duplicate, stale Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature request
Projects
None yet
Development

No branches or pull requests

3 participants