diff --git a/sh/core/code.awk b/sh/core/code.awk index 73f739c..f2d8c50 100644 --- a/sh/core/code.awk +++ b/sh/core/code.awk @@ -170,7 +170,7 @@ function parse(string) { current_match = "task" task = strip_task(string) tasks[task] = "" - doc_append(line ": " string) + doc_append(line " " string) # doc } else if (match(string, RE_DOC)) {