[CODE] set “correct” smartypants setting
This commit is contained in:
parent
c7bf2ce6ef
commit
1bc7f93259
|
@ -19,6 +19,7 @@ c::set('cache', true);
|
|||
c::set('cache.ignore', array('sitemap', 'blog'));
|
||||
|
||||
c::set('smartypants', true);
|
||||
c::set('smartypants.attr', 2); // -- for en-dash, --- for em-dash
|
||||
c::set('smartypants.doublequote.open', '„');
|
||||
c::set('smartypants.doublequote.close', '“');
|
||||
|
||||
|
|
Loading…
Reference in a new issue