diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-08-08 10:38:18 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-08-08 10:38:18 +0900 |
| commit | 4681e861efcdf9b0b73e3803e70712bc55162863 (patch) | |
| tree | d910ef14d9549df19896d85a42e12a32db787fb6 /services/nuldoc/public/blog/posts/2021-03-05 | |
| parent | eca423774047122f7dfc4be9ac78626e32d733d3 (diff) | |
| download | nsfisis.dev-4681e861efcdf9b0b73e3803e70712bc55162863.tar.gz nsfisis.dev-4681e861efcdf9b0b73e3803e70712bc55162863.tar.zst nsfisis.dev-4681e861efcdf9b0b73e3803e70712bc55162863.zip | |
Diffstat (limited to 'services/nuldoc/public/blog/posts/2021-03-05')
| -rw-r--r-- | services/nuldoc/public/blog/posts/2021-03-05/my-first-post/index.html | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/services/nuldoc/public/blog/posts/2021-03-05/my-first-post/index.html b/services/nuldoc/public/blog/posts/2021-03-05/my-first-post/index.html index 9896ebea..c36c2126 100644 --- a/services/nuldoc/public/blog/posts/2021-03-05/my-first-post/index.html +++ b/services/nuldoc/public/blog/posts/2021-03-05/my-first-post/index.html @@ -14,7 +14,7 @@ <meta name="Hatena::Bookmark" content="nocomment"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>My First Post|REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=bf289421c09405fa3c89dc8b18742368"> + <link rel="stylesheet" href="/style.css?h=61618c116e07057fc873f7751f158cd7"> </head> <body class="single"> <header class="header"> @@ -146,25 +146,25 @@ list item 3 </li> </ol> - <ul type="task"> - <li checked="false"> + <ul class="task-list"> + <li class="task-list-item"> list item 1 </li> - <li checked="false"> + <li class="task-list-item"> list item 2 - <ul type="task"> - <li checked="false"> + <ul class="task-list"> + <li class="task-list-item"> list item 2.a </li> - <li checked="false"> + <li class="task-list-item"> list item 2.b </li> </ul> </li> - <li checked="false"> + <li class="task-list-item"> list item 3 </li> - <li checked="false"> + <li class="task-list-item"> list item 3 </li> </ul> @@ -175,7 +175,8 @@ </blockquote> <hr> <div class="codeblock"> - <pre class="highlight" style="background-color:#f5f5f5"><code><div class="codeblock-line"><span style="color: #953800">puts</span> <span style="color: #0a3069">"Hello, World!"</span></div></code></pre> + <pre class="highlight" style="background-color:#f5f5f5"><code><span class="codeblock-line"><span style="color: #953800">puts</span> <span style="color: #0a3069">"Hello, World!"</span> +</span></code></pre> </div> <p> <strong>emph</strong> <em>strong</em> @@ -226,7 +227,7 @@ <th> name </th> - <th align="right"> + <th class="align-right"> age </th> </tr> @@ -236,7 +237,7 @@ <td> Taro </td> - <td align="right"> + <td class="align-right"> 10 </td> </tr> @@ -244,7 +245,7 @@ <td> Hanako </td> - <td align="right"> + <td class="align-right"> 20 </td> </tr> |
