Description Usage Arguments Value
This function takes an author and a title, extracts the alphanumeric characters, mashes them together, makes them all lowercase, hyphenates them, and adds ".png" to the end. So, "A Midsummer Night's Dream" by "Shakespeare" would become "shakespeare-amidsummernightsdream.png". Enjoy!
1  | makeCoverName(author, title, extension = ".jpg")
 | 
author | 
 The first string to modify, will show up first in the output.  | 
title | 
 The second string to modify, will show up second in the output.  | 
This function returns a modified string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.