How to insert certain code/text after all <h3>...</h3> elements?
How can I insert a certain text (or HTML code) after all <h3>.....</h3> elements?
A code like
- <h3>foobar headline</h3>
- nextline
should look like afterwards e.g.
- <h3>foobar headline</h3>
- insertedline
- nextline
resp
- <h3>foobar headline</h3>
- <p></p>
- nextline