Skip to content

Commit 902a81b

Browse files
committed
README file formatting
1 parent 083c519 commit 902a81b

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

README.rst

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ You will want to create databases in the same network, and other services like s
7979
PHP executable
8080
==============
8181

82-
MDK can work with multiple PHP versions through Docker instances. This can cause conflicts in IDEs which refer to the host PHP executable. To correct this, you can reference `mdk php` as the PHP executable. And if the path to the PHP executable is required, create an executable as suggested :ref:`below<Custom PHP executable>`.
82+
MDK can work with multiple PHP versions through Docker instances. This can cause conflicts in IDEs which refer to the host PHP executable. To correct this, you can reference ``mdk php`` as the PHP executable. And if the path to the PHP executable is required, create an executable as suggested `below <#custom-php-executable>`_.
8383

84-
Note that `mdk php` must be called from within the Moodle instance directory tree.
84+
Note that ``mdk php`` must be called from within the Moodle instance directory tree.
8585

8686
VScode settings
8787
---------------
8888

89-
::json
89+
::
9090

9191
{
9292
"php.validate.executablePath": "/path/to/custom/executable/php-mdk"
@@ -96,7 +96,7 @@ VScode settings
9696
Custom PHP executable
9797
---------------------
9898

99-
On Ubuntu, you could create the file `php-mdk` in `~/.local/bin` with the following content::
99+
On Ubuntu, you could create the file ``php-mdk`` in ``~/.local/bin`` with the following content::
100100

101101
#!/bin/bash
102102
mdk php $@
@@ -196,29 +196,29 @@ It is possible that a new version of MDK requires new files, directories, etc...
196196
Command list
197197
============
198198

199-
* :ref:`alias`
200-
* :ref:`backport`
201-
* :ref:`behat`
202-
* :ref:`config`
203-
* :ref:`create`
204-
* :ref:`doctor`
205-
* :ref:`fix`
206-
* :ref:`info`
207-
* :ref:`install`
208-
* :ref:`php`
209-
* :ref:`phpunit`
210-
* :ref:`plugin`
211-
* :ref:`precheck`
212-
* :ref:`purge`
213-
* :ref:`pull`
214-
* :ref:`push`
215-
* :ref:`rebase`
216-
* :ref:`remove`
217-
* :ref:`run`
218-
* :ref:`tracker`
219-
* :ref:`uninstall`
220-
* :ref:`update`
221-
* :ref:`upgrade`
199+
* `alias`_
200+
* `backport`_
201+
* `behat`_
202+
* `config`_
203+
* `create`_
204+
* `doctor`_
205+
* `fix`_
206+
* `info`_
207+
* `install`_
208+
* `php`_
209+
* `phpunit`_
210+
* `plugin`_
211+
* `precheck`_
212+
* `purge`_
213+
* `pull`_
214+
* `push`_
215+
* `rebase`_
216+
* `remove`_
217+
* `run`_
218+
* `tracker`_
219+
* `uninstall`_
220+
* `update`_
221+
* `upgrade`_
222222

223223
alias
224224
-----

0 commit comments

Comments
 (0)