From c67fd6f3102614901f0796bf3a840efb6da33660 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 29 Mar 2021 16:50:55 +0200 Subject: [PATCH] =?UTF-8?q?PDF=E2=86=92EPUB:=20Add=20ARIA=20role=20for=20r?= =?UTF-8?q?eferences=20to=20footnotes.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/posts/how-i-convert-pdfs-to-epub.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/how-i-convert-pdfs-to-epub.adoc b/content/posts/how-i-convert-pdfs-to-epub.adoc index c85be81..ab167de 100644 --- a/content/posts/how-i-convert-pdfs-to-epub.adoc +++ b/content/posts/how-i-convert-pdfs-to-epub.adoc @@ -237,8 +237,8 @@ the EPUB right now. I found that the footnote-numbers are usually preceded by a space and followed by a space or `<`. I use the find & replace function in Calibre in Regex-mode to convert them to hyperlinks. -Find: `` ([0-9]{1,3})([ <])`` (note the leading space) + -Replace: `\1\2` +Find: `` ([0-9]{1,3})([ <])`` (note the leading space) + Replace: `\1\2` Press kbd:[] to search through the text and kbd:[C-r] to replace.