*/
function note_init(input) {
let output = "";
let newString = input.replace(/\{\{/g, '');
output = marked(newString);
/*
let arrInput = input.split("\n");
for (x in arrInput) {
if (arrInput[x].slice(0, 2) == "==" && arrInput[x].slice(-2) == "==") {
output += "
";
output += '