Open zhouhao27 opened 2 years ago
For example, I have this one:
<a> <b something="1">This is a test</b> </a>
Is it possible to replace <b> to <c>?
<b>
<c>
<a> <c somethingelse="2">That is a test</b> </a>
I'm sorry It doesn't have the feature now.
For example, I have this one:
Is it possible to replace
<b>
to<c>
?