mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Styling tweaks.
This commit is contained in:
parent
ebcd2de8ed
commit
8aa3ee66e4
3 changed files with 20 additions and 9 deletions
|
|
@ -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 " <a href='#" + p1 + "'><em>" + p1 + "</em></a> - " +
|
||||
"<a href='" + ruleRef + "' target='_blank'>" + p2 + "</a> " + p3;
|
||||
});
|
||||
}).join("<br/>");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue