We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cd834 commit a1449faCopy full SHA for a1449fa
tests/fuzz.rs
@@ -129,5 +129,11 @@ fn fuzz() -> Result<(), String> {
129
"12: mdx: handle invalid mdx without panic (GH-26)"
130
);
131
132
+ assert_eq!(
133
+ to_html("[](a (a \n))"),
134
+ "<p><a href=\"a\" title=\"a \n\"></a></p>",
135
+ "yy: link and title with newline (GH-79)"
136
+ );
137
+
138
Ok(())
139
}
0 commit comments