Move header attribute parsing before inline parsing. This prevents the attributes from being passed to the normal text callback and taken back later. The old way meant that a normal text callback was required to echo the text more or less unchanged in order for attributes to be parsed correctly.
Move header attribute parsing before inline parsing. This prevents the attributes from being passed to the normal text callback and taken back later. The old way meant that a normal text callback was required to echo the text more or less unchanged in order for attributes to be parsed correctly.