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
isHtml htmlTemplate itemTemplate separator
e.g.
htmlTemplate
<p align="center"> ${ITEMS} </p>
itemTemplate
<a href="${LINK}">${TEXT}</a>
separator
<span>|</span>
The text was updated successfully, but these errors were encountered:
<p align="center"> <a href="#installation">Installation</a> <span>|</span> <a href="#usage">Usage</a> <span>|</span> <a href="#api">API</a> <span>|</span> <a href="#demo">Demo</a> <span>|</span> <a href="#acknowledgement">Acknowledgement</a> </p>
Installation | Usage | API | Demo | Acknowledgement
Sorry, something went wrong.
feat: add html mode (#14)
10633d8
Merge pull request #15 from technote-space/feature/#14
c3379ab
technote-space
Successfully merging a pull request may close this issue.
isHtml
htmlTemplate
itemTemplate
separator
e.g.
htmlTemplate
itemTemplate
separator
The text was updated successfully, but these errors were encountered: