-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35b8093
commit be15287
Showing
4 changed files
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# plume (development version) | ||
|
||
## Bug fixes | ||
|
||
* `to_yaml()` now outputs verbatim `true`/`false` (#1). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ aut$to_yaml("file.qmd") | |
number: 00 00 00 01 | ||
note: born in 1713 in Langres | ||
attribute: | ||
corresponding: yes | ||
corresponding: true | ||
affiliations: | ||
- ref: aff1 | ||
- id: aut2 | ||
|
@@ -101,7 +101,7 @@ aut$to_yaml("file.qmd") | |
family: Rousseau | ||
email: [email protected] | ||
attribute: | ||
corresponding: no | ||
corresponding: false | ||
affiliations: | ||
- ref: aff2 | ||
- id: aut3 | ||
|
@@ -111,7 +111,7 @@ aut$to_yaml("file.qmd") | |
email: [email protected] | ||
note: also known as Voltaire | ||
attribute: | ||
corresponding: no | ||
corresponding: false | ||
affiliations: | ||
- ref: aff2 | ||
- id: aut4 | ||
|
@@ -121,7 +121,7 @@ aut$to_yaml("file.qmd") | |
email: [email protected] | ||
note: born in 1717 in Paris | ||
attribute: | ||
corresponding: yes | ||
corresponding: true | ||
affiliations: | ||
- ref: aff1 | ||
- ref: aff3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ author: | |
number: '00' | ||
note: a | ||
attribute: | ||
corresponding: yes | ||
corresponding: true | ||
affiliations: | ||
- ref: aff1 | ||
- ref: aff2 | ||
|
@@ -19,7 +19,7 @@ author: | |
family: Zz | ||
email: [email protected] | ||
attribute: | ||
corresponding: no | ||
corresponding: false | ||
affiliations: | ||
- ref: aff3 | ||
- id: aut3 | ||
|
@@ -29,7 +29,7 @@ author: | |
email: [email protected] | ||
note: b | ||
attribute: | ||
corresponding: no | ||
corresponding: false | ||
affiliations: | ||
- ref: aff1 | ||
- ref: aff4 | ||
|
@@ -59,7 +59,7 @@ author: | |
family: Zz | ||
email: [email protected] | ||
attribute: | ||
corresponding: yes | ||
corresponding: true | ||
affiliations: | ||
- ref: aff1 | ||
- id: aut2 | ||
|
@@ -69,7 +69,7 @@ author: | |
email: [email protected] | ||
note: b | ||
attribute: | ||
corresponding: no | ||
corresponding: false | ||
affiliations: | ||
- ref: aff2 | ||
- ref: aff3 | ||
|
@@ -81,7 +81,7 @@ author: | |
number: '00' | ||
note: a | ||
attribute: | ||
corresponding: no | ||
corresponding: false | ||
affiliations: | ||
- ref: aff3 | ||
- ref: aff4 | ||
|