uwdata / living-papers

Authoring tools for scholarly communication. Create interactive web pages or formal research papers from markdown source.
BSD 3-Clause "New" or "Revised" License
128 stars 10 forks source link

Support URI-encoded citation keys #32

Closed jheer closed 1 year ago

jheer commented 2 years ago

Perform URI decoding of parsed citation keys. This should allow parser-incompatible keys to be used (e.g., arbitrary DOI strings) without impacting standard keys (which should avoid the % character anyway).

Close #23.