Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ddc8356

Browse files
authored
Fix markdownlint indentation issue (#453)
* MD046 wasn't closed, but instead MD037 (mistake) * Disabled MD046 code-block-style for whole guide
1 parent 53cb2dc commit ddc8356

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎guides/Getting-Started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!--markdownlint-disable MD046 -->
12
# Getting Started with PureScript
23

34
Let's walk through the basics of getting set up to use the PureScript compiler `purs`, and its interactive mode `purs repl`.
@@ -169,7 +170,6 @@ Now that we've seen how to use the REPL to reach the answer, let's move our solu
169170

170171
Create a new text file `src/Euler.purs` and copy the following code:
171172

172-
<!--markdownlint-disable MD046 -->
173173
```purescript
174174
module Euler where
175175
@@ -184,7 +184,6 @@ multiples = filter (\n -> mod n 3 == 0 || mod n 5 == 0) ns
184184
185185
answer = sum multiples
186186
```
187-
<!-- markdownlint-enable MD037 -->
188187

189188
This sample illustrates a few key ideas regarding modules:
190189

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /