Home
last modified time | relevance | path

Searched +full:typography -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 6 of 6) sorted by last modified time

/dokuwiki/inc/
H A Dparserutils.php597 if ($conf['typography']) {
/dokuwiki/conf/
H A Dentities.conf1 # Typography replacements
H A Ddokuwiki.php37 $conf['typography'] = 1; //smartquote conversion 0=off, 1=doublequotes, 2=all quotes
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt228 The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacements, but can be configured to use other HTML as well.
258 Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
270 There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and "double quotes". They can be turned off through a [[doku>config:typography|config option]].
/dokuwiki/inc/Parsing/ParserMode/
H A DQuotes.php15 if ($conf['typography'] == 2) {
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php106 $meta['typography'] = ['multichoice', '_choices' => [0, 1, 2]];