I'm trying to find the first empty line after a match and replace it with my text. For example, if the pattern was Authors:
Authors
-----
author1
author2
author3
...
authorN
-----
I would want sed to append an additional author and a new line:
Authors
-----
author1
author2
author3
...
authorN
authorAdded
-----
These patterns are variable length and location across the file database.