vendor/template.html in mdify-1.1.0 vs vendor/template.html in mdify-1.2.0

- old
+ new

@@ -1,15 +1,8 @@ <!doctype html> <head> <meta charset="utf-8"> <title>{{ title }}</title> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> - <style> - body { padding: 30px; width: 700px; } - code { background-color: #f5f5f5; } - h2 { margin-bottom: 10px; } - </style> - </head> <body> {{ body }} </body> </html>