We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
href
path
1 parent 1ece545 commit cdf6d29Copy full SHA for cdf6d29
1 file changed
compile-db.js
@@ -49,7 +49,7 @@ for (const input of inputs) {
49
if (lines.length != 0 && lines[0].startsWith("# ")) {
50
entry.title = await marked.parseInline(lines[0].substring(2));
51
} else {
52
- entry.title = entry.path;
+ entry.title = entry.href;
53
}
54
55
0 commit comments