Skip to content

Commit 7889d2d

Browse files
committed
Fix link appearance in code
1 parent 8269091 commit 7889d2d

File tree

2 files changed

+68
-3
lines changed

2 files changed

+68
-3
lines changed

docs/source/testing/index.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
---
2-
title: Testing
2+
title: Testing `oh yeah`
33
---
44

55
The files in this directory are used for testing purposes. Do not edit these files unless you are working on tests.
66

77

88
###### [#synthetics-config-file]
99

10-
% [Non Existing Link](./non-existing.md)
10+
% [Non Existing Link](./non-existing.md)
11+
12+
13+
### This is `InlineCode`
14+
15+
`code`
16+
[`link`](modules-threadpool.md#node.processors)
17+
`code`[`link`](modules-threadpool.md#node.processors)`code`
18+
`code`[`link`](modules-threadpool.md#node.processors)
19+
[`link`](modules-threadpool.md#node.processors)`code`
20+
21+
Thread pool type is `fixed` with a size of `int((`[`# of allocated processors`](modules-threadpool.md#node.processors)` * 3) / 2) + 1`, and queue_size of `1000`.

src/Elastic.Markdown/_static/shibuya.css

Lines changed: 55 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)