Skip to content

Commit

Permalink
Use Markdown syntax coloring for code snippets (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-guyon authored Oct 21, 2024
1 parent 727501a commit 94c679e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ An <dfn export>OperatingPointSelectorProperty</dfn> may be associated with an [=

<h6 id="operating-point-selector-property-syntax" class="no-toc">Syntax</h6>

```
```c
class OperatingPointSelectorProperty extends ItemProperty('a1op') {
unsigned int(8) op_index;
}
Expand Down Expand Up @@ -345,7 +345,7 @@ The <code>[=AV1LayeredImageIndexingProperty=]</code> documents the size in bytes

<h6 id="layered-image-indexing-property-syntax" class="no-toc">Syntax</h6>

```
```c
class AV1LayeredImageIndexingProperty extends ItemProperty('a1lx') {
unsigned int(7) reserved = 0;
unsigned int(1) large_size;
Expand Down

0 comments on commit 94c679e

Please sign in to comment.