Commit 1503be3557df07c98b78eba410ce650a88778606
markdown for dug posts
Ev Bogue committed on 8/24/2016, 1:11:23 AMParent: 5c3bc6ec419642f4f6e68c0615af13cc0180d4da
Files changed
index.jade | changed |
index.jade | ||
---|---|---|
@@ -21,9 +21,10 @@ | ||
21 | 21 … | p <a href='http://evbogue.com/' target='_parent'>@#{name}</a> dug #{vote.value.content.vote.link} |
22 | 22 … | span.date #{moment(vote.value.timestamp).fromNow()} |
23 | 23 … | div.message |
24 | 24 … | img(src='https://evbogue.com/ws/blobs/get/#{reauthor.image}' class='avatar') |
25 | - p @<a href='#{redo.value.author}'>#{reauthor.name}</a> #{redo.value.content.text} | |
25 … | + p @<a href='#{redo.value.author}'>#{reauthor.name}</a> | |
26 … | + != markdown(redo.value.content.text) | |
26 | 27 … | span.date #{moment(redo.value.timestamp).fromNow()} |
27 | 28 … | div(class='message') |
28 | 29 … | img(src='https://evbogue.com/ws/blobs/get/#{image}' class='avatar') |
29 | 30 … | p <a href='http://evbogue.com/' target='_parent'>@#{name}</a> pushed a git commit to #{gits.value.content.repo}<br /> |
Built with git-ssb-web