Update TaskWorkspace component to integrate ReactMarkdown for enhanced task description rendering. Add remark-gfm support for GitHub Flavored Markdown, improving text formatting and presentation. Update package dependencies in package.json and package-lock.json to include react-markdown and remark-gfm.
Some checks failed
platform/bro-js/challenge-pl/pipeline/head There was a failure building this commit

This commit is contained in:
2025-12-12 15:03:27 +03:00
parent 25baea7447
commit 0965318bca
3 changed files with 1643 additions and 16 deletions

View File

@@ -35,8 +35,10 @@
"globals": "^15.9.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"react-redux": "^9.2.0",
"react-router-dom": "^6.23.1",
"remark-gfm": "^4.0.1",
"typescript-eslint": "^8.6.0"
}
}