You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can specify custom [Pandoc filters](https://pandoc.org/filters.html) using ```$wgPandocUltimateConverter_FiltersToUse[] = 'filter_name.lua';``` (multiple filters can be specified). Filter must be located in a ```filters``` subfolder of an extension. We have a few pre-built filters you can use:
77
+
1.```increase_heading_level.lua``` -- increase heading levels by 1. Helps when document has heading starting from level 1 (MediaWiki users typically prefer startin from level 2 headings)
78
+
2.```colorize_mark_class.lua``` -- highlight with yellow all the 'mark' classes. These classes usually appear when you convert a docx with background color. See [Issue #14](https://github.com/Griboedow/PandocUltimateConverter/issues/14)
79
+
75
80
# Debug
76
81
In case you face any issues with the extension, please add these lines to the LocalSettings.php:
0 commit comments