Skip to content

Instantly share code, notes, and snippets.

@Pumpapa
Pumpapa / gist:374e45654b6e60eefb48a180775a1682
Created February 15, 2020 15:40
Generic horizontal and vertical split panes (HTML/CSS/JavaScript) based on https://stackoverflow.com/a/52536726/1668034
<html>
<head>
<style>
body {
margin: 0;
}
.ctr {
width: 100%;
@Pumpapa
Pumpapa / gist:6069184
Created July 24, 2013 09:27
WeasyPrint issue 114 test case
<html>
<head>
<meta charset="UTF-8" />
</head>
<body>
ë (should be &euml;)
</body>
</html>