replace quote html code
This commit is contained in:
parent
b7960123ad
commit
2940cf162f
|
@ -21,6 +21,7 @@ impl Parse for MarkdownTeraRewriter {
|
||||||
.replace(utf8.as_str(), |captures: &Captures| {
|
.replace(utf8.as_str(), |captures: &Captures| {
|
||||||
format!("{}", &captures[1])
|
format!("{}", &captures[1])
|
||||||
})
|
})
|
||||||
|
.replace(""", "\"")
|
||||||
.to_string();
|
.to_string();
|
||||||
dst.write(result.as_bytes())?;
|
dst.write(result.as_bytes())?;
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
Loading…
Reference in a new issue