mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Fix markdownlint
This commit is contained in:
parent
45fb2ff4f4
commit
263f48d520
2 changed files with 3 additions and 0 deletions
2
.github/markdownlint.yml
vendored
2
.github/markdownlint.yml
vendored
|
@ -7,3 +7,5 @@ blanks-around-lists: false
|
|||
header-increment: false
|
||||
no-duplicate-header:
|
||||
siblings_only: true
|
||||
ul-indent:
|
||||
indent: 4
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
A repository for hosting nextflow [`DSL2`](https://www.nextflow.io/docs/edge/dsl2.htmlhttps://www.nextflow.io/docs/edge/dsl2.html) module files containing tool-specific process definitions and their associated documentation.
|
||||
|
||||
## Table of contents
|
||||
|
||||
* [Using existing modules](#using-existing-modules)
|
||||
* [Configuration and parameters](#configuration-and-parameters)
|
||||
* [Offline usage](#offline-usage)
|
||||
|
|
Loading…
Reference in a new issue