Skip to content

Commit b45709f

Browse files
authored
docs: Replace incorrect Markdown with a blockquote (#377)
In https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/slurm.html#setting-up-a-global-profile, there is a sentence that isn't formatted correctly: ``` ==This is ongoing development. Eventually, you will be able to annotate different file access patterns.== ``` This PR changes that into a blockquote, which looks better: > This is ongoing development. Eventually, you will be able to annotate different file access patterns.== <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated formatting of development status notes in the documentation for improved visual presentation and consistency. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent ce7cc4b commit b45709f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/further.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -689,9 +689,7 @@ The corresponding command line flag is not needed anymore.
689689

690690
Using the [file system storage plugin](https://github.com/snakemake/snakemake-storage-plugin-fs) will automatically stage-in and -out in- and output files.
691691

692-
693-
==This is ongoing development.
694-
Eventually, you will be able to annotate different file access patterns.==
692+
> This is ongoing development. Eventually, you will be able to annotate different file access patterns.
695693

696694
### Log Files - Getting Information on Failures
697695

0 commit comments

Comments
 (0)