You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Dummy Book Introduction First Chapter Nested Chapter Includes Recursive Markdown Unicode No Headers Duplicate Headers Second Chapter Nested Chapter Conclusion"
770
+
"Dummy Book Introduction First Chapter Nested Chapter Includes Recursive Markdown Unicode No Headers Duplicate Headers Heading Attributes Second Chapter Nested Chapter Conclusion"
770
771
);
771
772
assert_eq!(
772
773
docs[&summary]["breadcrumbs"],
@@ -946,3 +947,19 @@ fn custom_fonts() {
946
947
&["fonts.css","myfont.woff"]
947
948
);
948
949
}
950
+
951
+
#[test]
952
+
fncustom_header_attributes(){
953
+
let temp = DummyBook::new().build().unwrap();
954
+
let md = MDBook::load(temp.path()).unwrap();
955
+
md.build().unwrap();
956
+
957
+
let contents = temp.path().join("book/first/heading-attributes.html");
0 commit comments