[Fixed problem with table row creation Dino Morelli **20140323215549 Ignore-this: 2151ca2b05bd82e8b54327b33ee5869d This exposed a discrepancy between how pandoc and Github transform Markdown into HTML. pandoc is more forgiving with mixing Markdown inside explicit HTML tagging. ] hunk ./src/Projmd/Template.hs 41 - " [%s](%s)%s[source](%s)" - bgcol (pName p) (pPage p) (pSynopsis p) (pSource p) + " %s%ssource" + bgcol (pPage p) (pName p) (pSynopsis p) (pSource p)