put sections into divs
put sections into divs

file:a/README.md -> file:b/README.md
# [HTML5 Boilerplate](http://html5boilerplate.com) # GovHack toolkit
   
HTML5 Boilerplate is a professional front-end template for building fast, Collection of resources for data analysis and visualisation
robust, and adaptable web apps or sites.  
   
This project is the product of many years of iterative development and combined  
community knowledge. It does not impose a specific development philosophy or  
framework, so you're free to architect your code in the way that you want.  
   
* Source: [https://github.com/h5bp/html5-boilerplate](https://github.com/h5bp/html5-boilerplate)  
* Homepage: [http://html5boilerplate.com](http://html5boilerplate.com)  
* Twitter: [@h5bp](http://twitter.com/h5bp)  
   
   
## Quick start  
   
Choose one of the following options:  
   
1. Download the latest stable release from  
[html5boilerplate.com](http://html5boilerplate.com/) or a custom build from  
[Initializr](http://www.initializr.com).  
2. Clone the git repo — `git clone  
https://github.com/h5bp/html5-boilerplate.git` - and checkout the tagged  
release you'd like to use.  
   
   
## Features  
   
* HTML5 ready. Use the new elements with confidence.  
* Cross-browser compatible (Chrome, Opera, Safari, Firefox 3.6+, IE6+).  
* Designed with progressive enhancement in mind.  
* Includes [Normalize.css](http://necolas.github.com/normalize.css/) for CSS  
normalizations and common bug fixes.  
* The latest [jQuery](http://jquery.com/) via CDN, with a local fallback.  
* The latest [Modernizr](http://modernizr.com/) build for feature detection.  
* IE-specific classes for easier cross-browser control.  
* Placeholder CSS Media Queries.  
* Useful CSS helpers.  
* Default print CSS, performance optimized.  
* Protection against any stray `console.log` causing JavaScript errors in  
IE6/7.  
* An optimized Google Analytics snippet.  
* Apache server caching, compression, and other configuration defaults for  
Grade-A performance.  
* Cross-domain Ajax and Flash.  
* "Delete-key friendly." Easy to strip out parts you don't need.  
* Extensive inline and accompanying documentation.  
   
   
## Documentation  
   
Take a look at the [documentation table of  
contents](/h5bp/html5-boilerplate/blob/master/doc/README.md). This  
documentation is bundled with the project, which makes it readily available for  
offline reading and provides a useful starting point for any documentation  
you want to write about your project.  
   
   
## Contributing  
   
Anyone and everyone is welcome to  
[contribute](/h5bp/html5-boilerplate/blob/master/doc/contribute.md). Hundreds  
of developers have helped make the HTML5 Boilerplate what it is today.  
   
file:a/index.php -> file:b/index.php
<!DOCTYPE html> <!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title> <title></title>
<meta name="description" content=""> <meta name="description" content="">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
   
<!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
   
<link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.1.min.js"></script> <script src="js/vendor/modernizr-2.6.1.min.js"></script>
</head> </head>
<body> <body>
<!--[if lt IE 7]> <!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p> <p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]--> <![endif]-->
   
<!-- Add your site or application content here --> <!-- Add your site or application content here -->
<div id="toc"></div> <div id="toc"></div>
<div id="wrapper"> <div id="wrapper">
<section> <section>
<?php <?php
include_once "php-markdown/markdown.php"; include_once "php-markdown/markdown.php";
echo Markdown(file_get_contents("index.md")); echo str_replace("</div><div><h1>GovHack","<div><h1>GovHack",str_replace("<h1>","</div><div><h1>",Markdown(file_get_contents("index.md"))));
?> ?>
</div> </div>
</section> </section>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.0.min.js"><\/script>')</script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script> <script src="js/plugins.js"></script>
<script src="js/main.js"></script> <script src="js/main.js"></script>
<script src="js/jquery.stoc.js"></script> <script src="js/jquery.stoc.js"></script>
<script src="js/toc/dist/jquery.toc.min.js"></script> <script src="js/toc/dist/jquery.toc.min.js"></script>
<script> <script>
$('#toc').toc({ $('#toc').toc({
'selectors': 'h1' 'selectors': 'h1'
}); });
/*$(function(){ $(function(){
   
$('<div class="items"></div>').insertAfter('h1'); $('<div class="items"></div>').insertAfter('h1');
$(".items").each(function() { $(".items").each(function() {
$(this).stoc(); $(this).stoc();
}); });
});*/ });
</script> </script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script> <script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']]; var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js'; g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script')); s.parentNode.insertBefore(g,s)}(document,'script'));
</script> </script>
</body> </body>
</html> </html>
   
directory:a/js/toc -> directory:b/js/toc