Skip to content

[FIX] Markdown conversion: fixed reset options after calling Parse::parse_data from wikiplugins

Subsequent calls of parse_data method does not inherit options making the ParserLib->option['is_markdown'] to be false for all other plugins that need it.

Merge request reports