In our case we have inside our description for a field embedded code blocks as examples
For e.g. the following code block in the description.
// Examples:
// * To get .....
//
// ```
// propFoo:
// stage: "X"
// wait: "y"
// ```
//
The rendering of this is broken , and does not produce the expected output like
Examples:
propFoo:
stage: "X"
wait: "y"