Skip to content

Instantly share code, notes, and snippets.

@nMustaki
Created July 20, 2012 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nMustaki/3152429 to your computer and use it in GitHub Desktop.
Save nMustaki/3152429 to your computer and use it in GitHub Desktop.
This made bug with weasyprint. cf https://github.com/Kozea/WeasyPrint/issues/2
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8"/>
<title>Hisdesat</title>
<style type="text/css">.pagebreak {page-break-after: always}</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
</head>
<body>
<div class="pagebreak">
<h1>Hisdesat</h1>
<br/>
<h3>Sommaire</h3>
<ul>
<li>Généralités</li>
<li>Activités</li>
<li>Programmes</li>
<li>Historique</li>
<li>Données économiques et financières</li>
<li>Stratégie industrielle</li>
<li>Questions d'actualités</li>
<li>Portefeuille</li>
<li>Annexes</li>
<li>Sources d'informations</li>
</ul>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment