Skip to content

Commit 1ff1fc1

Browse files
Merge pull request circleci#3661 from circleci/rosieyohannan-patch-1
fix code block formatting
2 parents 7a74412 + b771ab5 commit 1ff1fc1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

jekyll/_cci2/config-intro.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Let’s get started. CircleCI provides a powerful experience because we provide
2828
5. Add the following contents to your `config.yml` file.
2929

3030
{% highlight yaml linenos %}
31-
32-
```yaml
3331
version: 2.1
3432
jobs:
3533
build:
@@ -67,8 +65,6 @@ That was nice but let’s get real. Delivery graphs start with code. In this e
6765

6866

6967
{% highlight yaml linenos %}
70-
71-
```yaml
7268
version: 2.1
7369
jobs:
7470
build:
@@ -104,8 +100,6 @@ Every code base and project is different. That’s okay. We like diversity. T
104100

105101

106102
{% highlight yaml linenos %}
107-
108-
```yaml
109103
version: 2.1
110104
jobs:
111105
build:
@@ -151,8 +145,6 @@ All of the job names are arbitrary. This allows you to create workflows as comp
151145

152146

153147
{% highlight yaml linenos %}
154-
155-
```yaml
156148
version: 2.1
157149
jobs:
158150
Hello-World:

0 commit comments

Comments
 (0)