mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-09-12 13:47:16 -04:00
Replaced with Stephen Fry, who the search and naming-template docs already use as a narrator and who writes and narrates his own books, so the author-narrator examples still say what they meant to. The one code mention is a comment describing how Audible builds a contributor URL. It used his real author page and id; the point being made is that the name in the path is decorative, so a placeholder id makes it better, not worse. Two things fell out of editing the narrator format line. Its template printed '\) ' - a backslash inside quotes that already make the paren literal - so it produced "Arthur (Conan\) Doyle", not the output printed beside it. And the line is raw HTML rather than backticks, so markdown ate the backslash before the opening paren, leaving the website showing a different template from the markdown. Both spellings produce the documented output; the line now uses the one that survives rendering, so source and page agree. The screenshot for the author-narrator search showed a Gaiman query, so it is replaced by the query inline. The now-unreferenced image is removed with it. Co-authored-by: rmcrackan <rmcrackan@gmail.com>