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

Fix Issue with generating the in1.txt of a problem #174 #175

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 30, 2024

  1. feat(parse.go): add stripHTMLTags function to clean up HTML content a…

    …nd improve input handling in findSample function
    
    fix(parse.go): ensure input is cleaned before writing to files to prevent unwanted HTML tags in output
    banoni-dev committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    db23730 View commit details
    Browse the repository at this point in the history
  2. refactor(parse.go): remove unused imports and redundant code for impr…

    …oved readability and maintainability
    banoni-dev committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    20e4b0a View commit details
    Browse the repository at this point in the history