HaxeManual
HaxeManual copied to clipboard
Define + Trivia block in class-field-property
In http://haxe.org/manual/class-field-property.html at the end of the text there's a "Define: Accessor method" followed by a "Trivia; Accessor names", but they both are displayed inside the same
html. More specifically it is abut it renders a single blockquote displaying as if it were a single trivia block.I think it's better to differentiate the trivia from the define, and use two distinct blockquotes. Both together look confusing, one may easily oversee the define in there.
This looks wrong in the markdown too: https://github.com/HaxeFoundation/HaxeManual/blob/master/output/HaxeManual/website/class-field-property.md
What's the official way of saying "blockquote ends here"?
one
You gotta say something here I guess. I cannot find anything to close it inbetween.
two
Or otherwise dont render using >
but use the <blockquote>
html tag
one
two