-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use smartify filter #117
Use smartify filter #117
Conversation
What's the value of using Smartypants here? Aren't we actually XML escaping, since we're generating XML? |
If there is a title like |
Nice. 👍. Also double checked, per https://validator.w3.org/feed/docs/atom.html, that HTML entities are allowed for plain text fields. |
I was wrong, With this in mind, we probably want to keep |
@@ -112,12 +112,16 @@ There are several ways to convey author-specific information. Author information | |||
author: benbalter | |||
``` | |||
|
|||
* `image` - URL of an image that is representative of the post. | |||
* `image` - URL of an image that is representative of the post. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the noise. My text editor strips trailing space on save 😕
@jekyllbot: merge |
Requires Jekyll 3.1
Processes most strings with SmartyPants to replace characters with their fancy typographic equivalent.