From 1cfec40c99249131201b42396554562e4573cff1 Mon Sep 17 00:00:00 2001 From: hypercross Date: Sun, 9 Aug 2026 18:17:47 +0800 Subject: [PATCH] docs: simplify BGM format description --- docs/bgm-format.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/bgm-format.md b/docs/bgm-format.md index ffb18bc..1057687 100644 --- a/docs/bgm-format.md +++ b/docs/bgm-format.md @@ -1,16 +1,10 @@ # Board Game Manifest — Technical Reference -> The concrete behavior of the board game manifest (bgm) format. This is the -> companion to the informal [`bgmanifest.md`](./bgmanifest.md) spec; where the -> two disagree, this document is authoritative. +> The concrete behavior of the board game manifest (bgm) format. > > Definitions can live in JSON/YAML/TOML files or in markdown code blocks. In > codeblock mode, each code block is a virtual definition file, named relative > to the current markdown file. -> -> Assume every `.md` file in the package is preprocessed for virtual files: -> its code blocks are extracted and treated as definitions before any other -> resolution happens. ---