Skip to content

Commit

Permalink
close #186: escape @ in the email address so Pandoc won't convert it …
Browse files Browse the repository at this point in the history
…to \href{}
  • Loading branch information
yihui committed Sep 20, 2018
1 parent c058553 commit 1269fce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rticles
Type: Package
Title: Article Formats for R Markdown
Version: 0.5.3
Version: 0.5.4
Authors@R: c(
person("JJ", "Allaire", role = "aut", email = "jj@rstudio.com"),
person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),
Expand Down
4 changes: 2 additions & 2 deletions inst/rmarkdown/templates/rss_article/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ affiliation: "Affiliation"
address: "Address"
city: "City"
country: "Country"
email: "email (at) address"
email: "email1\\@example.com"
author2: "Author 2"
affiliation2: "Affiliation"
address2: "Address"
city2: "Los Angeles"
country2: "Country"
email2: "email (at) address"
email2: "email2\\@example.com"
abstract: |
Abstract goes here
keywords: keywords
Expand Down

0 comments on commit 1269fce

Please sign in to comment.