Commit b45709f
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
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
692 | | - | |
693 | | - | |
694 | | - | |
| 692 | + | |
695 | 693 | | |
696 | 694 | | |
697 | 695 | | |
| |||
0 commit comments