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

Racing into 2025 with new GitHub Innovation Graph data
Discover the latest trends and insights on public software development activity on GitHub with the quarterly release of data for the Innovation Graph, updated through December 2024.

GitHub Availability Report: March 2025
In March, we experienced one incident that resulted in degraded performance across GitHub services.

Vibe coding with GitHub Copilot: Agent mode and MCP support rolling out to all VS Code users
In celebration of MSFT’s 50th anniversary, we’re rolling out Agent Mode with MCP support to all VS Code users. We are also announcing the new GitHub Copilot Pro+ plan w/ premium requests, the general availability of models from Anthropic, Google, and OpenAI, next edit suggestions for code completions & the Copilot code review agent.