From fecd3742e55291e73faf684684d5fa554755e4ba Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Wed, 7 Jan 2026 14:53:12 +0100 Subject: [PATCH] Correct numbering for examples by using auto numbering. --- md/clause-5.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/md/clause-5.md b/md/clause-5.md index 97ffd17..3502829 100644 --- a/md/clause-5.md +++ b/md/clause-5.md @@ -4004,7 +4004,7 @@ For Each _Attribute_: ->>> [!tip] EXAMPLE 1: +>>> [!tip] ```json "location": { @@ -4024,7 +4024,7 @@ For Each _Attribute_: ->>> [!tip] EXAMPLE 2: +>>> [!tip] ```json "name": "David Robert Jones" @@ -4058,7 +4058,7 @@ that of the **simplified format**. ->>> [!tip] EXAMPLE 4: +>>> [!tip] ```json "location": { @@ -4087,7 +4087,7 @@ that of the **simplified format**. ->>> [!tip] EXAMPLE 5: +>>> [!tip] ```json "rainfall": { @@ -4099,7 +4099,7 @@ that of the **simplified format**. >>> ->>> [!tip] EXAMPLE 6: +>>> [!tip] ```json "address": { @@ -4126,7 +4126,7 @@ that of the **simplified format**. ->>> [!tip] EXAMPLE 7: +>>> [!tip] ```json "locatedAt": { @@ -4153,7 +4153,7 @@ that of the **simplified format**. ->>> [!tip] EXAMPLE 8: +>>> [!tip] ```json "says": { @@ -4183,7 +4183,7 @@ that of the **simplified format**. ->>> [!tip] EXAMPLE 9: +>>> [!tip] ```json "status": { @@ -4208,7 +4208,7 @@ that of the **simplified format**. ->>> [!tip] EXAMPLE 10: +>>> [!tip] ```json "hourlyTemperature": { @@ -4235,7 +4235,7 @@ that of the **simplified format**. ->>> [!tip] EXAMPLE 11: +>>> [!tip] ```json "devices": { @@ -4265,7 +4265,7 @@ that of the **simplified format**. ->>> [!tip] EXAMPLE 11: +>>> [!tip] ```json "parkingTickets": { -- GitLab