You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2018. It is now read-only.
* Licensed under The MIT License (MIT), see README.md
*
* Original ProcessWire module
* Copyright (C) 2010 by Ryan Cramer
* Licensed under GNU/GPL v2, see LICENSE.TXT
*
* http://www.processwire.com
* http://www.ryancramer.com
*
*/
class TextformatterSuperSmartypants extends Textformatter {
public static function getModuleInfo() {
return array(
'title' => 'SuperSmartyPants Typographer',
'version' => 100,
'summary' => "Super Smartypants is a drop-in replacement for Smartypants core which adds language support and fine-tuned configuration for each language. Requires language module.",