We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf69bc9 commit c1cd66bCopy full SHA for c1cd66b
1 file changed
atx-headline/atx-headline.qml
@@ -18,7 +18,7 @@ QtObject {
18
* @return {string} the headline of the note
19
*/
20
function handleNewNoteHeadlineHook(headline) {
21
- var text = "# " + headline + "\n";
+ var text = "# " + headline;
22
23
return text;
24
}
0 commit comments