Skip to content

Make some Headers bold when doing HTML to MFM

Marie requested to merge upd/mfmhtag into develop

What does this PR do?

This addresses issue #551 (closed) where it was mentioned that H tags aren't bolded. After checking it turns out H1 only had special characters set around the text while all other H tags were grouped together with span/p.

This simply changes it to make H1 bold with the special characters to stand out while making H2 to H3 also bold while keeping H4 - H6 in span/p as they don't really stand out that much from normal text at that point anymore.

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports