From 4eab036a193cf984cafda71bf8d6c4cc4f387c89 Mon Sep 17 00:00:00 2001 From: Nuttawut Kongsuwan Date: Wed, 10 Apr 2024 01:40:04 +0700 Subject: [PATCH] bold table header rows (#96) Signed-off-by: Nuttawut Kongsuwan Co-authored-by: Kevin Griffin --- spec/spec.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/spec.md b/spec/spec.md index 1ea8ed3..dc471bb 100644 --- a/spec/spec.md +++ b/spec/spec.md @@ -3638,13 +3638,13 @@ CESR support for the ACDC protocol includes conveying sections of an ACDC as CES |Ilk|Name|Description| |---|---|---| -| | | Registry TEL Message Types| +| | | **Registry TEL Message Types** | | rip | Registry Inception | Initialize blindable state ACDC Registry | | upd | Update | Update transaction state of blindable state ACDC Registry | -| | | ACDC Message | +| | | **ACDC Message** | | | ACDC | Default ACDC without Message type (ilk), `t` field | | acd | ACDC | With Message type (ilk), `t` field | -| | | ACDC Section Message types | +| | | **ACDC Section Message types** | | sch | Schema | Schema section Message | | att | Attribute | Attribute section Message | | agg | Aggregate | Attribute aggregate section Message |