From 8102dd6a71ca229c8a9e5746174fb7b0a7b60708 Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 23 Jul 2025 13:00:46 +0200 Subject: [PATCH] fix: markdown footnote now uses correct format --- docs/mc-data-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mc-data-spec.md b/docs/mc-data-spec.md index e1cf684..67e5c7a 100644 --- a/docs/mc-data-spec.md +++ b/docs/mc-data-spec.md @@ -22,7 +22,7 @@ note: UUID are stored as an integer array. | `0xA` | `compound` | list of tags delimited with end tag | | `0xB` | `int array` | `int32_t` (len) -> `int32_t` | | `0xC` | `long array` | `int32_t` (len) -> `int64_t` | -[^be] [big-endian](https://en.wikipedia.org/wiki/Endianness) +[^be]: [big-endian](https://en.wikipedia.org/wiki/Endianness) ## world data There is a difference between \*.mca and \*.mcr files.