const commentLines = commentStr.split("\n").map(line => {
    return line.trim();
  }).filter(line => line !== "");