Skip to content
New issue

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

add support html mode #14

Closed
technote-space opened this issue Nov 25, 2020 · 1 comment · Fixed by #16
Closed

add support html mode #14

technote-space opened this issue Nov 25, 2020 · 1 comment · Fixed by #16
Assignees
Labels
Type: Feature New feature or request

Comments

@technote-space
Copy link
Owner

isHtml
htmlTemplate
itemTemplate
separator

e.g.

htmlTemplate

<p align="center">
  ${ITEMS}
</p>

itemTemplate

<a href="${LINK}">${TEXT}</a>

separator

<span>|</span>
@technote-space
Copy link
Owner Author

e.g.

<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

@technote-space technote-space added the Type: Feature New feature or request label Nov 25, 2020
@github-actions github-actions bot added the Status: In Progress Tracking issues with work in progress label Nov 25, 2020
technote-space added a commit that referenced this issue Nov 25, 2020
technote-space added a commit that referenced this issue Nov 25, 2020
@github-actions github-actions bot removed the Status: In Progress Tracking issues with work in progress label Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant