Parse links in plugins markdown-enhanced setting #6867
Labels
Component: PeerTube Plugin 📦
Features that can be developed in a plugin, but require PeerTube plugin API development
Type: Feature Request ✨
Describe the problem to be solved
When using
registerSetting
withtype: 'markdown-enhanced
and pasting content it's parsed as plain text without any formatting. When pasting much content it would be helpful if the content links is converted to markdown.Describe the solution you would like
When pasting a HTML text containing a hrefs it should be converted to markdown links. Maybe it's easy to solve with regexp, otherwise it's tools like showdownjs.com
The text was updated successfully, but these errors were encountered: