-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering verbatim author strings with {}
#77
Comments
If you pass the author as a single string, it will try to parse it. The In order to by-pass name passing you can pass the author as an object. Since this is a literal name and not a personal name with family/given parts you would want to set it to: |
Wonderful, thanks. A followup, we're getting to citeproc form using the E.g. this transition:
|
I don't think |
Checking to see if I'm missing something obvious.
When I want to render a verbatim author string (e.g.
Consortium of Grand Poobahs
), then the author string is parsed.Code is a wrapper, not native, but you can see what I'm getting at here:
vs.
I note that
{}
inauthor
is being assigned into_citeproc
as"author"=>[{"family"=>"{Consortium of Grand Poobahs}"}
, this is probably why it renders "cleanly".Questions:
{}
handled this way by chance, or by design?{}
struck, or is this .csl specific?{}
?Thanks!
The text was updated successfully, but these errors were encountered: