Is your feature request related to a problem? Please describe.
The code use for editor:replace-matching-text sets the body of the code block below to be of the form:
This isn't totally obvious and is worse when have multi line replacement.
Describe the solution you'd like
Need something better shown in the body of the action. Perhaps need to move away from existing restriction on the body being pre format text. New Hugo renderer update will allow replacing the pre with more normal div or even a table.
Describe alternatives you've considered
No response
Additional information
No response
Is your feature request related to a problem? Please describe.
The code use for
editor:replace-matching-textsets the body of the code block below to be of the form:This isn't totally obvious and is worse when have multi line replacement.
Describe the solution you'd like
Need something better shown in the body of the action. Perhaps need to move away from existing restriction on the body being
preformat text. New Hugo renderer update will allow replacing theprewith more normal div or even a table.Describe alternatives you've considered
No response
Additional information
No response