Input Style Extension

The Input Style extension adds markup styling for input values to the Concordion output.

Example

Given our spec reads like this:

<p concordion:set="#name">Frank</p>

When run with a fixture that sets the name to "Frank", it becomes:

<p concordion:set="#name" class="inputvalue">Frank</p>