This commit is contained in:
2025-07-28 10:20:13 +02:00
parent ab5430ddc7
commit 5b48304fac
14 changed files with 60 additions and 87 deletions

View File

@@ -18,9 +18,6 @@ pub fn (s Sheet) wiki(args_ RowGetArgs) !string {
mut sheet := s.filter(args)! // this will do the filtering and if needed make smaller
mut out := ''
if args.title.len > 0 {
out = '## ${args.title}\n\n'
}
if args.title != '' {
out += args.title + '\n\n'
}