FeatureFuel
4

[Freature Request] Markdown copy-and-paste

Source: docmost/docmost#883 · opened by @cybaj
I’m aware that our current markdown copy-and-paste is being parsed through marked.js. However, I’m not fully satisfied with how tokens like \[ or \( (commonly used in ChatGPT) are handled.
For instance, when we have \(y = 2x + 1\), it ends up being pasted as y=2x+1y=2x+1 after parsing. I’d like to open a PR to address this, but first I’m looking for feedback on which part of the code would be the best place to make these changes.
I would like to apply transform function which convert \[ or \( to $$$ or $$.

• [markdown-clipboard extension](
• [marked utils](

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests