目次

Dokuwiki Export

?do=export_raw
&do=export_raw
?do=export_xhtml
&do=export_xhtml
?do=export_xhtmlbody
&do=export_xhtmlbody

htmlをそのまま共有するとき

<meta charset="UTF-8">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
        body {
            margin: 20px;
            line-height: 1.25;
            font-family: "Yu Gothic UI", "Hiragino Kaku Gothic Pro", sans-serif;
        }
        table {
            border-collapse: collapse;
            margin: 0 auto;
            padding: 0;
            table-layout: fixed;
        }
        th, td {
            padding: 1em 10px 1em 1em;
            border-right: 1px solid #bbb;
        }
        tr {
            background-color: #fff;
            border: 1px solid #bbb;
            padding: .35em;
        }
        th {
            font-size: .85em;
        }
        thead tr {
            background-color: #eee;
        }
    </style>
</head>