Google Prettify 让代码片段变得更漂亮
Google Prettify 让代码片断变得更漂亮
google-prettify-finish.html
google-prettify-finish.html
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Google Prettify</title> <link href="../bootstrap/css/bootstrap.css" rel="stylesheet"> <link href="../prettify/prettify.css" rel="stylesheet" type="text/css"> <!--[if lt IE 9]> <script src="../bootstrap/js/html5.js"></script> <![endif]--> </head> <body onload="prettyPrint()"> <div class="container"> <h1 class="page-header">Google Prettify<small> 让代码片断变得更漂亮</small></h1> <pre class="prettyprint linenums"><div class="container"><br> <div class="row"><br> <div class="span8"> ... </div><br> <div class="span4"> ... </div><br> </div><br></div></pre> </div> <script src="../bootstrap/js/jquery-1.7.2.min.js"></script> <script src="../bootstrap/js/bootstrap.js"></script> <script src="../prettify/prettify.js"></script> </body> </html>