nextcloud / forms

📝 Simple form & survey app for Nextcloud
https://apps.nextcloud.com/apps/forms
GNU Affero General Public License v3.0
316 stars 97 forks source link

fix: add `target="_blank"` to links in description #2280

Closed Chartman123 closed 1 month ago

Chartman123 commented 1 month ago

This closes #1680 by adding a default target _blank to the markdown link renderer.

Code is from example here: https://github.com/markdown-it/markdown-it/blob/master/docs/architecture.md#renderer

Signed-off-by: Christian Hartmann chris-hartmann@gmx.de