From 94c679e37c9ceb6a81ae0684b0b776824e98e50d Mon Sep 17 00:00:00 2001 From: Yannis Guyon Date: Mon, 21 Oct 2024 14:30:56 +0000 Subject: [PATCH] Use Markdown syntax coloring for code snippets (#259) --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index 1d23843..b359bbb 100755 --- a/index.bs +++ b/index.bs @@ -311,7 +311,7 @@ An OperatingPointSelectorProperty may be associated with an [=
Syntax
-``` +```c class OperatingPointSelectorProperty extends ItemProperty('a1op') { unsigned int(8) op_index; } @@ -345,7 +345,7 @@ The [=AV1LayeredImageIndexingProperty=] documents the size in bytes
Syntax
-``` +```c class AV1LayeredImageIndexingProperty extends ItemProperty('a1lx') { unsigned int(7) reserved = 0; unsigned int(1) large_size;