Add leading space to links
This commit is contained in:
@@ -350,6 +350,7 @@ class Link extends Symbol {
|
||||
}
|
||||
|
||||
render() {
|
||||
// TODO: This leading space should probably be somewhere else.
|
||||
return ` <a href="${this.link}">${this.text}</a>`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user