From 9d5ec5e3bc01c6174dea048e118edee579c36565 Mon Sep 17 00:00:00 2001
From: nsfisis
Date: Sat, 7 Feb 2026 23:06:23 +0900
Subject: fix(style): fix codeblock style for rouge
---
.../index.html | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
(limited to 'services/nuldoc/public/blog/posts/2025-01-26')
diff --git a/services/nuldoc/public/blog/posts/2025-01-26/yaml-breaking-changes-between-v1-1-and-v1-2/index.html b/services/nuldoc/public/blog/posts/2025-01-26/yaml-breaking-changes-between-v1-1-and-v1-2/index.html
index 83ae95f3..2df63490 100644
--- a/services/nuldoc/public/blog/posts/2025-01-26/yaml-breaking-changes-between-v1-1-and-v1-2/index.html
+++ b/services/nuldoc/public/blog/posts/2025-01-26/yaml-breaking-changes-between-v1-1-and-v1-2/index.html
@@ -15,7 +15,7 @@
【YAML】YAML 1.1 と YAML 1.2 の主な破壊的変更|REPL: Rest-Eat-Program Loop
-
+
-
x: &base
- a: 123
-# => { "x": { "a": 123 } }
-
-y:
- <<: *base
- b: 456
-# => { "y": { "a": 123, "b": 456 } }
-
+
x: &base
+
a: 123
+
# => { "x": { "a": 123 } }
+
+
y:
+
<<: *base
+
b: 456
+
# => { "y": { "a": 123, "b": 456 } }
1.2 からはこれができなくなる。
--
cgit v1.3-1-g0d28