Skip to content

Commit 17f8bac

Browse files
committed
Darker separators
1 parent 9149434 commit 17f8bac

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

NOTICE.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,5 +555,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
555555
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
556556
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
557557
SOFTWARE.
558-
559-

docs/testing/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,9 @@ GET my-index-000001/_mapping <3>
9292
1. The entire mapping is disabled.
9393
2. The document can be retrieved.
9494
3. Checking the mapping reveals that no fields have been added.
95+
96+
```javascript
97+
const foo = "bar"; <1>
98+
```
99+
100+
1. This is a JavaScript code block.

src/Elastic.Documentation.Site/Assets/markdown/code.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
}
2525

2626
code.language-json + code.language-apiheader {
27-
@apply border-t-grey-90 border-t-1;
27+
@apply border-dotted border-t-grey-100 border-t-1;
2828
}
29-
29+
3030
code.language-apiheader + code.language-apiheader {
31-
@apply border-t-grey-90 border-t-1;
31+
@apply border-dotted border-t-grey-100 border-t-1;
3232
}
3333
}
3434

tests/Elastic.Markdown.Tests/CodeBlocks/ConsoleCodeBlockTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,3 +345,4 @@ public void RendersCalloutsInJsonContent()
345345
[Fact]
346346
public void HasNoErrors() => Collector.Diagnostics.Should().BeEmpty();
347347
}
348+

0 commit comments

Comments
 (0)