feat: [DHIS2-21266] Integrate react Markdown lib#4621
Open
simonadomnisoru wants to merge 19 commits into
Open
Conversation
# [106.5.0](v106.4.5...v106.5.0) (2026-06-17) ### Features * [DHIS2-16610] Add support for configurable terminology labels ([#4609](#4609)) ([b23386a](b23386a))
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.29.6 to 7.29.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…4614) Bumps [@dhis2/cypress-plugins](https://github.com/dhis2/cli-utils-cypress) from 10.1.0 to 10.1.2. - [Release notes](https://github.com/dhis2/cli-utils-cypress/releases) - [Changelog](https://github.com/dhis2/cli-utils-cypress/blob/master/CHANGELOG.md) - [Commits](dhis2/cli-utils-cypress@v10.1.0...v10.1.2) --- updated-dependencies: - dependency-name: "@dhis2/cypress-plugins" dependency-version: 10.1.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.1 to 17.4.2. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.6.1...v17.4.2) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.4.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.28.6 to 7.29.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-version: 7.29.7 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Integrate react markdown library to support standard md elements - Apply corresponding legend sets for rule actions where apply - Create Markdown e2e testing for markdown integration
* Folder structure * Update cypress tests
|
🚀 Deployed on https://deploy-preview-4621.capture.netlify.dhis2.org |
henrikmv
reviewed
Jun 25, 2026
henrikmv
left a comment
Contributor
There was a problem hiding this comment.
Thanks for the contribution @fernandogmz, and thank you @simonadomnisoru for creating this PR as a workaround for the blocking security rule on our CI checks.
I have left a few comments. Thank you!
|
@henrikmv @simonadomnisoru I have pushed a new commit on the fork branch, please update this one as needed. |
- Wrap MarkdownWrapper component with React.memo - Remove unused priority parameters at rulesEffectsProcessor
henrikmv
reviewed
Jun 30, 2026
henrikmv
approved these changes
Jul 1, 2026
henrikmv
left a comment
Contributor
There was a problem hiding this comment.
Thank you @fernandogmz and @simonadomnisoru!
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



DHIS2-21266
The work in the PR belongs to @fernandogmz and was implemented in #4595.
I am using this branch as a workaround to run CI checks, since CI currently doesn't trigger on external fork PRs. We are aware that we need a better process to accommodate and encourage external contributions. Following an internal discussion, we've decided to stick with this workaround for now rather than investing time into optimizing the process.