Release 2.2.0 #140

Merged
sloum merged 20 commits from develop into master 2020-03-23 05:29:18 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 53cbb9dd02 - Show all commits

View File

@ -131,9 +131,11 @@ func parseMap(text string) (string, []string) {
if len(line[0]) > 1 {
title = line[0][1:]
} else if len(line[0]) == 1 {
title = ""
} else {
title = ""
line[0] = "i "
line[0] = "i"
}
if len(line) < 4 || strings.HasPrefix(line[0], "i") {