bitcrowd / chromic_pdf

Convenient HTML to PDF/A rendering library for Elixir based on Chrome & Ghostscript
Apache License 2.0
423 stars 38 forks source link

Use `~c` in favor of single-quotes to create charlists #311

Closed tosie closed 5 months ago

tosie commented 5 months ago

Elixir 1.17 deprecated single-quotes to create charlists (see changelog). This project uses single-quotes in one place to create charlists, which this PR converts to ~c.

maltoe commented 5 months ago

Thanks

tosie commented 5 months ago

Thanks for the quick merge 👍