Inject

Added in V0

This command lets you inject a sample into a element

The sample must have been imported with the import command

Syntax

inject "Element" with "Sample"

Before:

<Element></Element>

After:

<Element>
  <p>Sample contents</p>
</Element>

Last updated