cambia el false por true
Cita: document.getElementById('f').elements[1].cloneNode(true);
puedes crear un salto de línea. todo dependerá del layout que tengas
Cita: var salto = document.createElement('br');
var fragListado = document.createDocumentFragment();
fragListado.appendChild(salto);
fragListado.appendChild(txt);
fragListado.appendChild(com);