ORCID / bibtexParseJs

A JavaScript library that parses BibTeX parser.
MIT License
109 stars 39 forks source link

Optionally beautify output of toBibtex #21

Closed nickbailey closed 6 years ago

nickbailey commented 6 years ago

toBibtex takes an optional second parameter, compact, default true.

Passing false adds white space making the output more human-readable.

rcpeters commented 6 years ago

👍