Skip to content
  • Sponsor icelam/leetcode-daily-question-telegram-bot

  • Notifications You must be signed in to change notification settings
  • Fork 2

fix(markdown): strip style tags when converting html to markdown #6

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

Merged
merged 1 commit into from
Apr 7, 2025

Conversation

icelam
Copy link
Owner

@icelam icelam commented Apr 7, 2025

Description

Handle <style> tags found in Leetcode's API response.
Fixes #4.

How has this been tested?

Mocked the API response and send sample message using Telegram bot.

Types of changes

  • New feature - feat
  • Bug fix - fix
  • Refactor - refactor
  • Test cases - test
  • Other(s):

Remarks

N/A

@icelam icelam closed this Apr 7, 2025
@icelam icelam reopened this Apr 7, 2025
@icelam icelam force-pushed the remove-style-tags branch from e5263ca to 480fcb9 Compare April 7, 2025 09:09
@icelam icelam merged commit bb9259a into develop Apr 7, 2025
2 checks passed
@icelam icelam deleted the remove-style-tags branch April 7, 2025 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bot sending out content of <style> tag
1 participant