mirror of
https://github.com/cyborg42/epub2mdbook.git
synced 2026-02-10 16:24:50 -05:00
update
This commit is contained in:
parent
018d27b707
commit
67637842fb
1 changed files with 1 additions and 3 deletions
|
|
@ -182,9 +182,7 @@ fn post_process_md(markdown: &str, file_name_map: &HashMap<&OsStr, &OsStr>) -> S
|
||||||
.replace(r"![]()", "")
|
.replace(r"![]()", "")
|
||||||
.replace(r"[]()", "");
|
.replace(r"[]()", "");
|
||||||
|
|
||||||
EMPTY_LINK
|
EMPTY_LINK.replace_all(&markdown, "$1").to_string()
|
||||||
.replace_all(&markdown, |caps: &Captures| caps[1].to_string())
|
|
||||||
.to_string()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn write_book_toml(
|
fn write_book_toml(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue