We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4c198 commit 1f9ea21Copy full SHA for 1f9ea21
mdbook-spec/src/rules.rs
@@ -105,7 +105,7 @@ impl Spec {
105
}
106
format!(
107
"<div class=\"rule\" id=\"r-{rule_id}\">\
108
- <a class=\"rule-link\" href=\"#r-{rule_id}\"><span>[{rule_id_broken}]<span/></a>\
+ <a class=\"rule-link\" href=\"#r-{rule_id}\" title=\"{rule_id}\"><span>[{rule_id_broken}]<span/></a>\
109
{test_html}\
110
</div>\n",
111
rule_id_broken = rule_id.replace(".", "<wbr>."),
0 commit comments