SlideShow action imports a plugin parser from wiki/data/plugin/parser expecting class SlideParser. However, module wikiutil.py imports all parsers in wiki/data/plugin/parser and expects class Parser. So both run without raising an exception, this parser includes both classes and uses the Parser class for generating a warning if the parser is invoked other than by SlideShow action. The SlideShow action could be altered to look for a plugin slide parser in a different location, but for now it was intended to use the action code unaltered.
- Some content is not displayed optimally by slideshow.css, so users should limited the content to markup that renders suitably or modify slideshow.css accordingly.
Ignoring content escaped by {{{ }}} has not been tested for nested instances of this markup.
- Hits
858