summaryrefslogtreecommitdiff
path: root/src/build
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-08-11 11:01:14 +0200
committerache <ache@ache.one>2023-08-11 11:01:14 +0200
commitf47958d073af5e07af6a3e3be16a4a0db5cdb78a (patch)
treef59d73d87ee628cfa14b8cfa12c7d8802597e1a2 /src/build
parentImprove SEO: basis (diff)
Special box note
Diffstat (limited to 'src/build')
-rw-r--r--src/build/special_box.mjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build/special_box.mjs b/src/build/special_box.mjs
index 9321e66..1457a98 100644
--- a/src/build/special_box.mjs
+++ b/src/build/special_box.mjs
@@ -10,6 +10,7 @@ export default function specialBox() {
if (node.type === 'containerDirective' && (
node.name === 'attention'
|| node.name === 'question'
+ || node.name === 'note'
|| node.name === 'information')) {
const data = node.data || (node.data = {});