Hi,
I am converting a markdown file and calling pyPandoc with
pypandoc.convert_file(out_path,
to='native',
format='markdown+wikilinks_title_after_pipe',
extra_args=pdocargs,
filters=pdocfilters)
but for some reason, the wikilinks_title_after_pipe does not seem to have an effect. I am using Pandoc 8.1 and Python 3.13.7.