Hi!
I want to wrap particular lines in a text mass with <b></b>
- First line in the text
- All lines with a previous empty line (eg two newlines before)
I'm using preg_replace with php, but I'm really shitty with regex. Good tutorials are appreciated.