Styling tweaks.

This commit is contained in:
David Anson 2015-05-06 09:16:24 -07:00
parent ebcd2de8ed
commit 8aa3ee66e4
3 changed files with 20 additions and 9 deletions

View file

@ -44,7 +44,7 @@
function replacer(match, p1, p2, p3) {
var ruleRef = rulesMd + "#" + p2.toLowerCase() + "---" +
p3.toLowerCase().replace(/ /g, "-");
return "<a href='#" + p1 + "'><em>" + p1 + "</em></a> - " +
return "&nbsp;<a href='#" + p1 + "'><em>" + p1 + "</em></a> - " +
"<a href='" + ruleRef + "' target='_blank'>" + p2 + "</a> " + p3;
});
}).join("<br/>");