view examples/common/default/pretty.m4.txt @ 460:eb94fa65ba83

Remove Japanese characters
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 16 Aug 2017 16:57:59 +0859
parents 2405030facbf
children
line wrap: on
line source

Content-type: _CONTENT_TYPE_

<!DOCTYPE html>
<html>
<!-- Default style for pretty-print of text files -->
<head><title>_TITLE_</title>
<style type="text/css">
pre {margin-left: 6ex;}
pre span {counter-increment: linenum; text-align: right; position: relative;}
pre span:before {
    position: absolute; right: 0px;
    background: #ddd; text-align: right; padding: 0 0.2ex;
    width: 5.5ex; margin-right: 0.5ex;
    content: counter(linenum) ":";
}
</style>
</head>
<body>
<p>[[ <a href="_LINK_">RAW TEXT</a>(DOWNLOAD here) ]]</p>
<pre lang="en">
_BODY_
</pre>
</body>
</html>

yatex.org