getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
56 stars 92 forks source link

[publication_list] Fix: allow use of special chars in the id (from a bibtex key) #416

Closed gnava closed 1 year ago

gnava commented 1 year ago

Current code fails when a bibtex key has special characters (such as ":") when trying to set the bibtex and abstract blocks. The fix just uses the escapeSelector method to escape the ID.