We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536e5a9 commit ecba3f8Copy full SHA for ecba3f8
package.json
@@ -72,7 +72,7 @@
72
"url": "https://github.com/elastic/kibana.git"
73
},
74
"dependencies": {
75
- "@elastic/eui": "0.0.5",
+ "@elastic/eui": "0.0.6",
76
"@elastic/datemath": "2.3.0",
77
"@elastic/filesaver": "1.1.2",
78
"@elastic/numeral": "2.3.1",
src/core_plugins/metrics/public/components/markdown_editor.js
@@ -139,11 +139,11 @@ class MarkdownEditor extends Component {
139
</EuiText>
140
</div>
141
<EuiCodeBlock>
142
-{`# All servers:
+ {`# All servers:
143
144
-{{#each _all}}
145
-- {{ label }} {{ last.formatted }}
146
-{{/each}}`}
+ {{#each _all}}
+ - {{ label }} {{ last.formatted }}
+ {{/each}}`}
147
</EuiCodeBlock>
148
149
0 commit comments