Replace

Added in V3

This command lets you replace a element with a sample

The sample must have been imported with the import command

Syntax

replace "Element" with "Sample"

Before:

<Element></Element>

After:

<p>Sample contents</p>

Last updated