0.0
No commit activity in last 3 years
No release in over 3 years
Kramdown extension for Jekyll, which improves plain text typography.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 2.5
~> 1.5
~> 1.6
~> 0.4
 Project Readme

jekyll-truty

Gem Version Code Climate Build Status Dependency Status security

True typography converter for Jekyll. Markdown files will be converted with various plain text improvements like hyphenation, typographic quotes, non-breaking spaces, ellipses, trailing spaces, widows, etc.

For more information about this plugin visit the Truty project page.

Configuration

Add this to your _config.yml file.

gems: [jekyll-truty]
markdown: KramdownTruty
kramdown:
  truty_lang: czech

Language can be one of czech, english or french.

Authors