file before:
some
stuff
at the top
<------------------------ place of pasting text with line_before
table .... <-------------------+
table .... |
table .... |
|
nat... |
nat... +----- section matched by multiline regexp
|
block ... |
block ... |
|
pass... |
pass... <-------------------+
<------------------------ place of pasting text with line_after
some stuff below
the file
file after:
some
stuff
at the top
# This is some
# multiline text
# injected into file
# with insert_before
table ....
table ....
table ....
nat...
nat...
block ...
block ...
pass...
pass...
# This is some
# multiline text
# injected into file
# with insert_after
some stuff below
the file