We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4243810 + fcafc19 commit e8d6231Copy full SHA for e8d6231
addon/styles/global.css
@@ -274,3 +274,12 @@ img {
274
padding-bottom: 8rem;
275
border: 1px solid #ccc;
276
}
277
+
278
+code:not([class*="language-"]) {
279
+ background-color: var(--color-gray-400);
280
+ color: var(--color-black);
281
+ border-radius: 3px;
282
+ font-size: .9em;
283
+ padding: .2em .5em;
284
+ margin: 0 .1em;
285
+}
docs/concepts/markdown.md
@@ -38,6 +38,10 @@ Sometimes you just want to be **bold with your words**! But other times _you mig
38
39
[Ember is the best framework](https://emberjs.com)
40
41
+##### Inline code
42
43
+Let's refer to some libraries like `ember-cli` and make sure the inline code styles are applied.
44
45
---
46
47

0 commit comments