Closed ricoberger closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 71.72%. Comparing base (
e682198
) to head (a3b8ff8
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fix the
renderHeading
function, which was still using thelevel
property which isn't available anymore. We are now using thenode.tagName
property to render the element.