fix admonitions in usage.md#1853
Merged
Merged
Conversation
Replace pre-admonition quoteblocks with nf-core [flavored admonitions](https://nf-co.re/docs/developing/documentation/website-markdown#admonitions) something similar should probably done in the readme.md and output.md
mashehu
commented
May 11, 2026
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
|
Replace the remaining pre-admonition `> **NB:**` / `> **Note**` / `> **Warning**` quoteblocks in README.md and docs/output.md with nf-core flavored `:::` admonitions, matching the usage.md changes already in this PR. GitHub-style `> [!NOTE]` / `> [!WARNING]` alerts are left alone since they already render as admonitions. Also fixes a `k-mer size off` typo spotted alongside the conversion. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Extends the ```` ``` ```` → ```` ```bash ```` change applied earlier in this PR to the four other bare code fences in `docs/usage.md` that contain CLI args or shell commands (`--extra_star_align_args`, `--extra_salmon_quant_args`, UMI flags, the Ensembl curl/wget snippet). Leaves the directory-tree fence at L472 bare since it isn't shell. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
pinin4fjords
approved these changes
May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace pre-admonition quoteblocks with nf-core flavored admonitions something similar should probably done in the readme.md and output.md