// oldNoteP.innerHTML = '<i>This page documents an old release of Literate. Click <a href="' + latestURL + '">here</a> to go to the latest release.</i>'
// oldNoteDiv.appendChild(oldNoteP);
// // Insert it in the DOM before the version selector
oldNoteDiv2.innerHTML='<i style="flex:1;">This page documents an old release of Literate. Click <a href="'+latestURL+'">here</a> to go to the latest release.</i>'+
oldNoteP.innerHTML='<i><b>Warning!</b> This documents and old version of Literate. Click <a href="'+latestURL+'">here</a> to see the latest release, or select the appropriate version in the drop-down menu below.</i>';
oldNoteP.innerHTML='<i>This page documents an old release of Literate. Click <a href="'+latestURL+'">here</a> to go to the latest release.</i>'
oldNoteDiv.appendChild(oldNoteP);
oldNoteDiv.appendChild(oldNoteP);
// Insert it in the DOM before the version selector
// Insert it in the DOM before the version selector
version_selector.before(oldNoteDiv);
version_selector.before(oldNoteDiv);
// // Version 2
// // Create a div that spans the entire width
// var oldNoteDiv2 = document.createElement('div');
// oldNoteDiv2.innerHTML = '<i style="flex:1;">This page documents an old release of Literate. Click <a href="' + latestURL + '">here</a> to go to the latest release.</i>' +