Jekyll puts on SmartyPants
I just released and deployed Jekyll 0.7.0 to GitHub Pages today. This release includes support for SmartyPants via RDiscount for Markdown files. To get all those nice curly quotation marks,…
I just released and deployed Jekyll 0.7.0 to GitHub Pages today. This release includes support for SmartyPants via RDiscount for Markdown files. To get all those nice curly quotation marks, em/en dashes, and elipses, simply make sure your Jekyll repo’s _config.yml
contains the following lines:
markdown: rdiscount
rdiscount:
extensions: [smart]
Then, push your repo to GitHub and enjoy some automatic fancy typographical elements!
NOTE: SmartyPants will only be active on pages written with Markdown.
Written by
Related posts
GitHub Availability Report: December 2024
In December, we experienced two incidents that resulted in degraded performance across GitHub services.
Inside the research: How GitHub Copilot impacts the nature of work for open source maintainers
An interview with economic researchers analyzing the causal effect of GitHub Copilot on how open source maintainers work.
OpenAI’s latest o1 model now available in GitHub Copilot and GitHub Models
The December 17 release of OpenAI’s o1 model is now available in GitHub Copilot and GitHub Models, bringing advanced coding capabilities to your workflows.