Skip to content

Commit 9d6865f

Browse files
committed
Fix code block formatting
MkDocs is limited in respect of the formatting of code blocks outside of the document root. See https://www.mkdocs.org/user-guide/writing-your-docs/ and https://python-markdown.github.io/extensions/fenced_code_blocks/. This (hopefully) fixes the residual rendering problems introduced by my recent changes to `msys.md`.
1 parent b2aeb91 commit 9d6865f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/maintainers/msys.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ the steps required to upgrade the MSYS2 version used by Stack.
6464
name of the `msys2-YYYYMMDD.installed` file in the `stack path --programs` directory; and
6565

6666
* executing the command:
67-
68-
69-
> stack setup --setup-info-yaml <path to local copy of stack-setup-2.yaml>
67+
`stack setup --setup-info-yaml <path to local copy of stack-setup-2.yaml>`
7068

7169
If all is well, the command should proceed to download the updated version
7270
of MSYS2 that has been specified.

0 commit comments

Comments
 (0)