Skip to content

Commit 1269fce

Browse files
committed
close #186: escape @ in the email address so Pandoc won't convert it to \href{}
1 parent c058553 commit 1269fce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: rticles
22
Type: Package
33
Title: Article Formats for R Markdown
4-
Version: 0.5.3
4+
Version: 0.5.4
55
Authors@R: c(
66
person("JJ", "Allaire", role = "aut", email = "[email protected]"),
77
person("Yihui", "Xie", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-0645-5666")),

inst/rmarkdown/templates/rss_article/skeleton/skeleton.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ affiliation: "Affiliation"
77
address: "Address"
88
city: "City"
99
country: "Country"
10-
email: "email (at) address"
10+
email: "email1\\@example.com"
1111
author2: "Author 2"
1212
affiliation2: "Affiliation"
1313
address2: "Address"
1414
city2: "Los Angeles"
1515
country2: "Country"
16-
email2: "email (at) address"
16+
email2: "email2\\@example.com"
1717
abstract: |
1818
Abstract goes here
1919
keywords: keywords

0 commit comments

Comments
 (0)