2 Commits

Author SHA1 Message Date
mikkeli b175fe7291 kimito_en: use Markdown bold for column titles
Swap the <b>…</b> title tags for **…** now that the columns shorthand
converts Markdown emphasis to wikitext. Rendered output is unchanged.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-14 21:13:42 +09:00
mikkeli f6d625ac75 kimito_en: use columns shorthand for side-by-side lyrics
Replace the hand-written {=html} flex/poem block with the new ```columns
fenced shorthand (JP and EN split by ===). The pipeline's post-Pandoc
transform expands it to the same wikitext, so the rendered page is
unchanged — just far cleaner to author.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-14 21:02:53 +09:00
+4 -9
View File
@@ -13,10 +13,8 @@ release_date: 2026-06-14
The classic. Old working notes in [another page](Looking_into_You_and_me_\(ry_and_a_brand_new_translation).
## Lyrics
```{=html}
<div style="display:flex; gap:3em; align-items:flex-start">
<poem>
<b>君と私と穏やかな旅</b>
```columns
**君と私と穏やかな旅**
いつか見た夢の話
遠い遠い国のこと
@@ -56,9 +54,8 @@ The classic. Old working notes in [another page](Looking_into_You_and_me_\(ry_an
あの日の記憶の欠片
いつか思い出すよ
この旅路を
</poem>
<poem>
<b>You and me and a gentle journey</b>
===
**You and me and a gentle journey**
You know there was a dream I had long ago
Of a somewhere that is far away
@@ -95,6 +92,4 @@ There wont be not such meaningful events left
To go across the borderline
</poem>
</div>
```