Skip to content

fix(console): render changelog markdown#18779

Open
iAziz786 wants to merge 1 commit intoanomalyco:devfrom
iAziz786:ISSUE-18696
Open

fix(console): render changelog markdown#18779
iAziz786 wants to merge 1 commit intoanomalyco:devfrom
iAziz786:ISSUE-18696

Conversation

@iAziz786
Copy link

@iAziz786 iAziz786 commented Mar 23, 2026

Issue for this PR

Closes #18696

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

This updates the console changelog page to render release-note markdown inline so bold text, links, and code show correctly instead of staying as raw markdown. The item renderer now parses the markdown tokens directly and keeps the existing author suffix behavior unchanged.

How did you verify your code works?

  • Ran bun typecheck in packages/console/app
  • Opened /changelog locally and verified the page renders without errors

Screenshots / recordings

image

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

@github-actions
Copy link
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Changelog page renders raw markdown instead of formatted release notes

1 participant