Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,31 @@ Elastic Docs V3 is our next-generation documentation platform designed to improv
* [Configure content sets in V3](./configure/index.md)
* [Learn about V3 syntax](./syntax/index.md)
* [Contribute to V3 (developer guide)](./development/index.md)


## What the `code`?



`super long inline code that should wrap super long inline code that should wrap super long inline code that should wrap`


:::{important}

Test `code` inline within admonition.

`super long inline code that should wrap super long inline code that should wrap super long inline code that should wrap`
:::

:::{warning}

Test `code` inline within admonition.

`super long inline code that should wrap super long inline code that should wrap super long inline code that should wrap`
:::


- list item 1
- sub list item 1

`with super long inline code that should wrap super long inline code that should wrap super long inline code that should wrap`
4 changes: 2 additions & 2 deletions src/Elastic.Markdown/Assets/markdown/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
p-6!
;
background-color: #22272e;
mix-blend-mode: unset;
}
code:first-child {
@apply rounded-t-sm;
Expand Down Expand Up @@ -68,8 +69,6 @@
rounded-xs
border-1
border-gray-300
inline-block
text-nowrap
;
font-size: 0.875em;
line-height: 1.4em;
Expand All @@ -78,6 +77,7 @@
letter-spacing: 0.02em;
text-decoration: inherit;
font-weight: inherit;
mix-blend-mode: multiply;
}


Expand Down