We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the Showmore plugin accepts ranges (= from line X to line Y).
In future, it should also support RegEx and Strings like the Highlight plugin. For example:
```html +shomore=/value=".+"/ <input class="my-class" value="Lorem ipsum"> ```
Should look like:
<input class="my-class" ···>
On click, the ··· button should reveal value="Lorem ipsum".
···
value="Lorem ipsum"
Further reading:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the Showmore plugin accepts ranges (= from line X to line Y).
In future, it should also support RegEx and Strings like the Highlight plugin. For example:
Should look like:
On click, the
···
button should revealvalue="Lorem ipsum"
.Further reading:
···
button)The text was updated successfully, but these errors were encountered: