Perhaps would be better to convert all lines like
EXAMPLE LíNE ONE
to all caps, i dont mind, and add <h2> at the beginnig and </h2> at the end to all caps lines.
Pattern is always like:
/[A-Z]á[A-Z]/{gsub(/á/, "A")};
/[A-Z]é[A-Z]/{gsub(/é/, "E")};
...
Can you give me a hand again PH?
Thanks