Skip to content

Commit

Permalink
Updating the markdown rendering to use EUI styles. (#35439)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveyholler authored Apr 23, 2019
1 parent 6aad909 commit d42c73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/code/public/components/main/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class CodeContent extends React.PureComponent<Props> {
}
if (fileLanguage === LANG_MD) {
return (
<div className="markdown-body code-markdown-container">
<div className="markdown-body code-markdown-container kbnMarkdown__body">
<Markdown source={fileContent} escapeHtml={true} skipHtml={true} />
</div>
);
Expand Down

0 comments on commit d42c73a

Please sign in to comment.