inukshuk / jekyll-scholar

jekyll extensions for the blogging scholar
MIT License
1.12k stars 102 forks source link

Add option to filter raw BiBTeX entry #294

Closed mdave closed 4 years ago

mdave commented 4 years ago

This MR adds an option to specify filters for the raw BiBTeX entry i.e. {{ entry.bibtex }}. Mostly I'd imagine this is for aesthetic reasons, i.e. with the linebreaks filter this would transform the entry

@misc{key,
  title = {Long
           line}
}

into

@misc{key,
  title = {Long line}
}