nf-core / website

Code and files for the main nf-core website.
https://nf-co.re
MIT License
69 stars 196 forks source link

Minor fix (NOTE in list) #2775

Closed chriswyatt1 closed 1 month ago

chriswyatt1 commented 1 month ago

Cannot have a NOTE declaration within a list,

Must be in this format:

> **NOTE**: Use _exactly_ the same version as in the code (e.g.1.0.0) - **do not prefix with v** (e.g. notv1.0.0).

Maybe there is another way, but this works.

@netlify /docs/checklists/pipeline_release

netlify[bot] commented 1 month ago

Deploy Preview for nf-core-main-site ready!

Name Link
Latest commit 11f91991d6d1b37e7baa8ed693635382c5e6406b
Latest deploy log https://app.netlify.com/sites/nf-core-main-site/deploys/670e62ac0f8e830009f6d4d2
Deploy Preview https://deploy-preview-2775--nf-core-main-site.netlify.app/docs/checklists/pipeline_release
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

mashehu commented 1 month ago

sorry, reverted your change, the problem was not the element, it was the indentation. While working on this also saw that somehow a lot of the checklist progress logic disappeared. added it back now.

chriswyatt1 commented 1 month ago

Ah ok, thanks. Didn't realise you could fix with indentation