Commit a85a44dde0c03f2ac0b336318208c30cd85c8111
- Diff rendering mode:
- inline
- side by side
classTextile.php
(1 / 1)
|   | |||
| 249 | 249 | $this->pnct = '[\!"#\$%&\'()\*\+,\-\./:;<=>\?@\[\\\]\^_`{\|}\~]'; | |
| 250 | 250 | $this->urlch = '[\w"$\-_.+!*\'(),";\/?:@=&%#{}|\\^~\[\]`]'; | |
| 251 | 251 | ||
| 252 | $this->url_schemes = array('http','https','ftp','mailto'); | ||
| 252 | $this->url_schemes = array('http','https','ftp','mailto','file'); | ||
| 253 | 253 | ||
| 254 | 254 | $this->btag = array('bq', 'bc', 'notextile', 'pre', 'h[1-6]', 'fn\d+', 'p'); | |
| 255 | 255 |

