0.046   2023-12-11  Released-By: PERLANCAR; Urgency: medium
        - Allow prefixing each line in multiline code with comment.
0.045   2021-06-07  Released-By: PERLANCAR; Urgency: medium
	- [bugfix] Tweak regex to avoid overeager removal of newline.
0.044   2021-05-21  Released-By: PERLANCAR; Urgency: medium
	- [bugfix] Don't add extraneous newline to output.
0.043   2021-02-21  Released-By: PERLANCAR; Urgency: medium
	- [bugfix] Use encoded_content() (content as bytes) instead of
	  content() so we don't have to deal with encodings.
0.042   2020-02-21  Released-By: PERLANCAR; Urgency: medium
	- Like DZP:InsertCodeResult, allow multiline code with #BEGIN_CODE
	  .. #END_CODE syntax.
0.041   2019-02-04  Released-By: PERLANCAR
	- [ux] Log output of code using log_debug() instead of log().
0.040   2018-04-06  Released-By: PERLANCAR
	- Log output of code for debugging.
0.03    2015-05-05  Released-By: PERLANCAR
	- [Incompatible change] Rename option 'verbatim' to 'make_verbatim'
	  to make it less ambiguous and consistent with the other plugins
	  (DZP:InsertCommandOutput, DZP:InsertCommandResult,
	  DZP:InsertCodeResult).
0.02    2015-01-25  Released-By: PERLANCAR
	- Add option: verbatim, to allow inserting code output as-is (e.g.
	  raw POD) when set to 0.
0.01     2014-12-12  Released-By: PERLANCAR
         - First release.