You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The conversation renderer example output shows a formatting inconsistency when nested message blocks are rendered alongside header tokens. In the README examples, the spacing and block structure do not match between similar cases, which makes the example output harder to follow. This is a small documentation-facing issue, but it affects documentation parity and can confuse readers comparing issue #3 and issue #5.
This matters for users following the README examples because they may assume the renderer treats these cases differently, even though the inconsistency appears to be only in the documented presentation.
Expected Behavior
The example output should format nested message blocks consistently, with header tokens presented in the same style across matching examples. The documentation should preserve a single, predictable layout so readers can compare outputs without ambiguity.
Steps to Reproduce
Open the README renderer examples that include nested message blocks.
Problem
The conversation renderer example output shows a formatting inconsistency when nested message blocks are rendered alongside header tokens. In the README examples, the spacing and block structure do not match between similar cases, which makes the example output harder to follow. This is a small documentation-facing issue, but it affects documentation parity and can confuse readers comparing issue #3 and issue #5.
This matters for users following the README examples because they may assume the renderer treats these cases differently, even though the inconsistency appears to be only in the documented presentation.
Expected Behavior
The example output should format nested message blocks consistently, with header tokens presented in the same style across matching examples. The documentation should preserve a single, predictable layout so readers can compare outputs without ambiguity.
Steps to Reproduce
Suggested Fix