How to format markdown files ============================ The markdown files are all formatted according to a consistent style using `mdformat `_. How to install mdformat ----------------------- To install :code:`mdformat` run:: $ python -m pip install mdformat How to format all markdown files -------------------------------- To run :code:`mdformat` on a specific :code:``:: $ python -m mdformat This will reformat :code:`` in place. To run :code:`mdformat` recursively from the current directory:: $ python -m mdformat . How to check markdown files --------------------------- To check the format of :code:``:: $ python -m mdformat --check