aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-03-20 21:56:24 +0900
committernsfisis <nsfisis@gmail.com>2023-03-20 21:56:24 +0900
commit627330f7e80e2eac0f92663bbdaaf39962e97bbe (patch)
tree2b0fe134325970bca32b2121567ebdc43d7a8980 /public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html
parente5e6d918a474f5704270835d24eb686f13a67cf8 (diff)
downloadblog.nsfisis.dev-627330f7e80e2eac0f92663bbdaaf39962e97bbe.tar.gz
blog.nsfisis.dev-627330f7e80e2eac0f92663bbdaaf39962e97bbe.tar.zst
blog.nsfisis.dev-627330f7e80e2eac0f92663bbdaaf39962e97bbe.zip
feat(nuldoc): implement admonition block
Diffstat (limited to 'public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html')
-rw-r--r--public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html b/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html
index c1d324d..3278adb 100644
--- a/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html
+++ b/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html
@@ -9,7 +9,7 @@
<meta name="keywords" content="PHP,PHPerKaigi">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>PHPerKaigi 2023: ボツになったトークン問題 その 2 | REPL: Rest-Eat-Program Loop</title>
- <link rel="stylesheet" href="/style.css?h=cc0dc8713d7b77d1db1eba68d7782272">
+ <link rel="stylesheet" href="/style.css?h=5acc7a3b97936927a2f330acee0c6e3f">
<link rel="stylesheet" href="/hl.css?h=340e65ffd5c17713efc9107c06304f7b">
</head>
<body class="single">
@@ -169,11 +169,11 @@ P</code></pre>
<code>&lt;200b&gt;</code> と表示されているのは、Unicode の U+200b で、ゼロ幅スペースである。
</p>
- <div>
- <div>
- Note
+ <div class="admonition">
+ <div class="admonition-label">
+ NOTE
</div>
- <div>
+ <div class="admonition-content">
<p>
エディタによっては、ゼロ幅スペースが見えないことがある。VSCode ではブラウザと同様に不可視だった。
</p>