View source: R/working_paper.R
replace_duplicate_punctuation | R Documentation |
In some cases, CSL bibliographies may allow redundant punctuation. For example, when an item's title ends in a question mark, this will frequently result in the title ending in a "?." which looks ugly. This function searchs the bibliography for such duplicates and, when found, removes the second punctuation.
replace_duplicate_punctuation(x)
x |
Character scalar that contains all the text in the intermediate markdown file |
Character scalar with the duplicate punctuation removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.