Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 268 Bytes

num-value.md

File metadata and controls

17 lines (15 loc) · 268 Bytes

num-value

Change attribute @value on <num/> elements to @type if the value is percent.

Example

Before transformation:

<p>text
  <num value='percent'>20</num>
</p>

After transformation:

<p>text
  <num type='percent'>20</num>
</p>