quiqr / quiqr-desktop

Hugo CMS and Publishing Application
https://quiqr.org
MIT License
93 stars 3 forks source link

(double) newlines are in removed in accordion text fields #421

Open mipmip opened 2 years ago

mipmip commented 2 years ago

This makes it impossible to layout markdown texts

caused by src-main/utils/format-providers/yaml-format-provider.js

header = header.split(/\r?\n/).filter(line => line.trim() !== "").join("\n");