'
html += '
' + (document.body.title||document.title) + ''
html += '\n
'
html += '\n
' + md.html(document.body.innerHTML.replace(/\>/g,'>')) + '
';
document.body.innerHTML = html
document.body.style.display = 'block';
md.toc( 'content', 'toc', { scrollspy:'body' } )
}
~~~
### Modification History
* 2022/07/22, v0.70, initial release.
* 2022/08/06, v0.80, support themes, cater mobile, and some minor fix.