Skip to content

Commit

Permalink
robo8x [chore] 7/11/2019, 2:04:56 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Jul 11, 2019
1 parent 4fe2c62 commit 3232183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/browser/js/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,11 @@ $(() => {
const $messages = $('.p3x-gitlist-tree-table-item-message')
if ($messages.length > 0) {
$messages.each((index, element) => {
console.log(element.innerHTML)
// console.log(element.innerHTML)
element.innerHTML = window.gitlist.renderMarkdown({
markdown: element.innerHTML.trim()
})
element.innerHTML = $(element).children().html()
})
}

Expand Down

0 comments on commit 3232183

Please sign in to comment.