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

Use markdown-magic to keep README HTML link versions up to date #3603

Closed
plroebuck opened this issue Dec 8, 2018 · 2 comments
Closed

Use markdown-magic to keep README HTML link versions up to date #3603

plroebuck opened this issue Dec 8, 2018 · 2 comments
Labels
area: documentation anything involving docs or mochajs.org nice to have enhancement proposal of low priority semver-patch implementation requires increase of "patch" version number; "bug fixes"

Comments

@plroebuck
Copy link
Contributor

Description

Update script to maintain link package version automatically for embedded HTML examples of browser usage of Mocha in docs/index.md.

 <link href="https://unpkg.com/mocha@5.2.0/mocha.css" rel="stylesheet" />
 <script src="https://unpkg.com/mocha@5.2.0/mocha.js"></script>

Additional Information

Use https://github.com/forresst/markdown-magic-package-json to achieve this.
Substitute "package.json" version for "5.2.0" above.

@plroebuck plroebuck added area: documentation anything involving docs or mochajs.org nice to have enhancement proposal of low priority semver-patch implementation requires increase of "patch" version number; "bug fixes" labels Dec 8, 2018
@waseemahmad31
Copy link

Can I submit the pull request for this issue?

@outsideris
Copy link
Member

It seems no more needed in 81c60f9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: documentation anything involving docs or mochajs.org nice to have enhancement proposal of low priority semver-patch implementation requires increase of "patch" version number; "bug fixes"
Projects
None yet
Development

No branches or pull requests

3 participants