Mercurial > moin > 1.9
comparison MoinMoin/parser/text.py @ 2804:0e033c419e07
parsers: 'inline:' is gone
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sat, 08 Sep 2007 18:44:46 +0200 |
parents | 01f05e74aa9c |
children | 82b60084aaf3 |
comparison
equal
deleted
inserted
replaced
2803:a69460375016 | 2804:0e033c419e07 |
---|---|
11 class Parser: | 11 class Parser: |
12 """ | 12 """ |
13 Send plain text in a HTML <pre> element. | 13 Send plain text in a HTML <pre> element. |
14 """ | 14 """ |
15 | 15 |
16 ## specify extensions willing to handle (for inline:) | 16 ## specify extensions willing to handle |
17 ## should be a list of extensions including the leading dot | 17 ## should be a list of extensions including the leading dot |
18 ## TODO: remove the leading dot from the extension. This is stupid. | 18 ## TODO: remove the leading dot from the extension. This is stupid. |
19 #extensions = ['.txt'] | 19 #extensions = ['.txt'] |
20 ## use '*' instead of the list(!) to specify a default parser | 20 ## use '*' instead of the list(!) to specify a default parser |
21 ## which is used as fallback | 21 ## which is used as fallback |