[PR #258] [MERGED] Add remark breaks plugin for line breaks. #965

Closed
opened 2026-02-04 21:41:09 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/258
Author: @ejo090
Created: 6/6/2022
Status: Merged
Merged: 6/6/2022
Merged by: @meltyshev

Base: masterHead: add-remark-plugin-remark-breaks


📝 Commits (1)

  • b2274a2 Add remark breaks plugin for line breaks.

📊 Changes

3 files changed (+28 additions, -1 deletions)

View changed files

📝 client/package-lock.json (+25 -0)
📝 client/package.json (+1 -0)
📝 client/src/lib/custom-ui/components/Markdown/Markdown.jsx (+2 -1)

📄 Description

related: #257

By introducing remarkjs/remark-breaks as a Markdown plugin, users can realize general line breaks in the comment and description fields.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/258 **Author:** [@ejo090](https://github.com/ejo090) **Created:** 6/6/2022 **Status:** ✅ Merged **Merged:** 6/6/2022 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `add-remark-plugin-remark-breaks` --- ### 📝 Commits (1) - [`b2274a2`](https://github.com/plankanban/planka/commit/b2274a24ac181e68e23a6c136664d1e6854119cd) Add remark breaks plugin for line breaks. ### 📊 Changes **3 files changed** (+28 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/package-lock.json` (+25 -0) 📝 `client/package.json` (+1 -0) 📝 `client/src/lib/custom-ui/components/Markdown/Markdown.jsx` (+2 -1) </details> ### 📄 Description related: #257 By introducing [remarkjs/remark-breaks](https://github.com/remarkjs/remark-breaks) as a Markdown plugin, users can realize general line breaks in the comment and description fields. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:41:09 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#965