Skip to content

fix: update HTML tags to lowercase in formatStepContent function#1411

Merged
aaudzei merged 2 commits into
mainfrom
users/danhellem/lower-case-1
Jul 8, 2026
Merged

fix: update HTML tags to lowercase in formatStepContent function#1411
aaudzei merged 2 commits into
mainfrom
users/danhellem/lower-case-1

Conversation

@danhellem

Copy link
Copy Markdown
Collaborator

This pull request updates the formatStepContent function in src/tools/test-plans.ts to improve the HTML output generated from Markdown content. The main change is to use standard lowercase HTML tags instead of uppercase tags for formatting, ensuring better compatibility and adherence to HTML standards.

Formatting improvements:

  • Changed the Markdown-to-HTML conversion to use lowercase tags (<b>, <i>, <u>, <code>, <a>) instead of uppercase tags (<B>, <I>, <U>, <CODE>, <A>), which aligns with HTML best practices and improves rendering consistency.

GitHub issue number

N/A

Associated Risks

None

PR Checklist

  • I have read the contribution guidelines
  • I have read the code of conduct guidelines
  • Title of the pull request is clear and informative.
  • 👌 Code hygiene
  • 🔭 Telemetry added, updated, or N/A
  • 📄 Documentation added, updated, or N/A
  • 🛡️ Automated tests added, or N/A

🧪 How did you test it?

manual testing

@danhellem danhellem requested a review from a team as a code owner July 8, 2026 11:56
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@aaudzei aaudzei merged commit de8dd34 into main Jul 8, 2026
7 checks passed
@danhellem danhellem deleted the users/danhellem/lower-case-1 branch July 8, 2026 12:28
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.

2 participants