Skip to content

Commit 42c0c74

Browse files
committed
ul-indent
1 parent 57bc8dc commit 42c0c74

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.markdownlint-cli2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ config:
3737
blanks-around-headings: true
3838
# heading-increment: true
3939
ul-style: dash
40-
# ul-indent:
41-
# indent: 4
40+
ul-indent:
41+
indent: 4
4242
no-trailing-spaces: true
4343
no-multiple-blanks: true
4444
commands-show-output: true

docs/content_management/images/images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ The [`GenericProvider`](https://github.com/ibexa/core/blob/5.0/src/bundle/Core/I
141141

142142
With the [`RemoteProvider`](https://github.com/ibexa/core/blob/5.0/src/bundle/Core/Imagine/PlaceholderProvider/RemoteProvider.php) you can download placeholders from:
143143

144-
- remote sources, for example, <http://placekitten.com> (see [example 2](#configuration-examples))
145-
- live version of a site (see [example 3](#configuration-examples))
144+
- remote sources, for example, <http://placekitten.com> (see [example 2](#configuration-examples))
145+
- live version of a site (see [example 3](#configuration-examples))
146146

147147
![Placeholder RemoteProvider - placekitten.com](placeholder_remote_provider.jpg "Remote placeholder images on a page")
148148

docs/infrastructure_and_maintenance/clustering/clustering_with_ddev.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ You can now check whether Solr works.
218218

219219
For example, the `ddev exec curl -s http://solr:SolrRocks@solr:8983/api/cores/` command:
220220

221-
- checks whether the `web` server can access the `solr` server
222-
- checks whether `collection1` exists and its status
223-
- displays `collection1`'s `numDocs` that shouldn't be zero if indexing worked correctly
221+
- checks whether the `web` server can access the `solr` server
222+
- checks whether `collection1` exists and its status
223+
- displays `collection1`'s `numDocs` that shouldn't be zero if indexing worked correctly
224224

225225
You can access the Solr admin UI from the host by:
226226

docs/personalization/integrate_recommendation_service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ To let your visitors receive emails with recommendations:
170170
Out of many options, it could be an [[= product_name_connect =]] [webhook]([[= connect_doc =]]/tools/webhooks/).
171171
The endpoint must meet the following requirements:
172172

173-
- must support POST requests
174-
- must accept JSON objects in a format that resembles the following example:
173+
- must support POST requests
174+
- must accept JSON objects in a format that resembles the following example:
175175

176176
``` json
177177
{

docs/resources/new_in_doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ This promotes skipping the rebuild of the Symfony container when environment var
134134

135135
### Infrastructure
136136

137-
- [MariaDB 11.4 is officially supported on v5 and v4.6](requirements.md#dbms)
137+
- [MariaDB 11.4 is officially supported on v5 and v4.6](requirements.md#dbms)
138138

139139
### Taxonomy
140140

docs/update_and_migration/from_4.6/update_to_5.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Customize the `rector.php` config file by:
4343

4444
- making it match your directory structure (for example, you may not have the `tests` directory)
4545
- adding project-specific rules:
46-
- specify [PHP rules by using `withPhpSets`](https://getrector.com/documentation/set-lists#content-php-sets)
47-
- specify [Symfony, Twig, or Doctrine rules by using `withComposerBased`](https://getrector.com/documentation/composer-based-sets).
46+
- specify [PHP rules by using `withPhpSets`](https://getrector.com/documentation/set-lists#content-php-sets)
47+
- specify [Symfony, Twig, or Doctrine rules by using `withComposerBased`](https://getrector.com/documentation/composer-based-sets).
4848

4949
It's recommended to activate one rule set at a time and preview the output by running Rector with the `--dry-run` option to decide which rulesets should be used and in which order.
5050

0 commit comments

Comments
 (0)