On Date: Mon, 27 Mar 2023 19:44:59 +0700, Bagas Sanjaya wrote: > On Mon, Mar 27, 2023 at 09:31:37AM +0100, Donald Hunter wrote: [...] >> + >> +Here is the struct definition from above, declared in YAML: >> + >> +.. code-block:: yaml >> + >> + definitions: >> + - >> + name: message-header >> + type: struct >> + members: >> + - >> + name: a >> + type: u8 >> + - >> + name: b >> + type: u16 >> + - >> + name: c >> + type: u8 >> + > > Nit: The indentation for code-block codes should be relative to > code-block:: declaration (e.g. if it starts from column 4, the first > column of code is also at 4). Hey Bagas, I don't believe there is any such restriction. :-\ Where did you find it ? Thanks, Akira