Pārlūkot izejas kodu

Merge pull request #3690 from shockey/bug/3636-tag-description-markdown

Display Tag descriptions as Markdown
bubble
kyle pirms 7 gadiem
committed by GitHub
vecāks
revīzija
6a8f821901
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. +2
    -1
      src/core/components/operations.jsx

+ 2
- 1
src/core/components/operations.jsx Parādīt failu

@@ -36,6 +36,7 @@ export default class Operations extends React.Component {

const Operation = getComponent("operation")
const Collapse = getComponent("Collapse")
const Markdown = getComponent("Markdown")

let showSummary = layoutSelectors.showSummary()
let {
@@ -89,7 +90,7 @@ export default class Operations extends React.Component {
</a>
{ !tagDescription ? null :
<small>
{ tagDescription }
<Markdown source={tagDescription} />
</small>
}



Notiek ielāde…
Atcelt
Saglabāt