EVOLUTION-MANAGER
Edit File: markdown.html
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>#!title#</title> <script type="text/javascript"> window.onload = function() { var imgs = document.getElementsByTagName('img'), i, img; for (i = 0; i < imgs.length; i++) { img = imgs[i]; // center an image if it is the only element of its parent if (img.parentElement.childElementCount === 1) img.parentElement.style.textAlign = 'center'; } }; </script> #!r_highlight# #!mathjax# <style type="text/css"> #!markdown_css# </style> #!header# </head> <body> #!html_output# </body> </html>