diff --git a/atx-headline/atx-headline.qml b/atx-headline/atx-headline.qml index de1dffc..3e2ef4b 100644 --- a/atx-headline/atx-headline.qml +++ b/atx-headline/atx-headline.qml @@ -18,7 +18,7 @@ QtObject { * @return {string} the headline of the note */ function handleNewNoteHeadlineHook(headline) { - var text = "# " + headline + "\n"; + var text = "# " + headline; return text; } diff --git a/atx-headline/info.json b/atx-headline/info.json index 8cea9bc..f52f404 100644 --- a/atx-headline/info.json +++ b/atx-headline/info.json @@ -2,9 +2,9 @@ "name": "ATX Headline", "identifier": "atx-headline", "script": "atx-headline.qml", - "authors": ["@dohliam"], + "authors": ["@dohliam", "@louwers"], "platforms": ["linux", "macos", "windows"], - "version": "0.0.1", + "version": "0.0.2", "minAppVersion": "20.6.0", "description": "Fix new note headlines to use atx rather than setext headers. More information can be found at atx-headline." }