Skip to content

Instantly share code, notes, and snippets.

@ethertank
Created March 19, 2012 13:27
Show Gist options
  • Save ethertank/2112084 to your computer and use it in GitHub Desktop.
Save ethertank/2112084 to your computer and use it in GitHub Desktop.
ZenCoding MiuIpsum
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<article>
<h1>仲村みう</h1>
<p>仲村みう</p>
<ul>
<li>仲村みう</li>
<li>仲村みう</li>
<li>仲村みう</li>
<li>仲村みう</li>
<li>仲村みう</li>
</ul>
<ol>
<li>仲村みう</li>
<li>仲村みう</li>
<li>仲村みう</li>
<li>仲村みう</li>
<li>仲村みう</li>
</ol>
<dl>
<dt>仲村</dt>
<dd>みう</dd>
<dt>仲村</dt>
<dd>みう</dd>
<dt>仲村</dt>
<dd>みう</dd>
<dt>仲村</dt>
<dd>みう</dd>
<dt>仲村</dt>
<dd>みう</dd>
</dl>
<table>
<tr>
<th>仲村</th>
<th>仲村</th>
<th>仲村</th>
</tr>
<tr>
<th>みう</th>
<td>仲村みう</td>
<td>仲村みう</td>
</tr>
<tr>
<th>みう</th>
<td>仲村みう</td>
<td>仲村みう</td>
</tr>
<tr>
<th>みう</th>
<td>仲村みう</td>
<td>仲村みう</td>
</tr>
</table>
</article>
</body>
</html>
html:5>article>(h1{仲村みう}+p{仲村みう}(ul>li{仲村みう}*5)(ol>li{仲村みう}*5)(dl>(dt{仲村}+dd{みう})*5)(table>(tr>(th{仲村}*3))(tr>(th{みう}(td{仲村みう}*2)))*3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment