Skip to content

Commit 7a18a3d

Browse files
committed
cleanup
1 parent 1e39b04 commit 7a18a3d

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

docs/testing/index.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,3 @@ The files in this directory are used for testing purposes. Do not edit these fil
3131
"key": "value"
3232
}
3333
```
34-
35-
36-
```yaml
37-
xpack:
38-
security:
39-
authc:
40-
realms:
41-
active_directory:
42-
my_ad:
43-
order: 0
44-
domain_name: example.com <1>
45-
url: ldaps://dc1.ad.example.com:3269, ldaps://dc2.ad.example.com:3269 <2>
46-
load_balance:
47-
type: "round_robin" <3>
48-
```

src/Elastic.Markdown/Assets/markdown/code.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929

3030
pre code .code-callout {
31-
@apply ml-2;
31+
@apply ml-1;
3232
transform: translateY(-1px);
3333
user-select: none;
3434
}

0 commit comments

Comments
 (0)