That is exactly the issue, ty!

On Tuesday, February 21, 2023 at 12:41:56 PM UTC-5 John MacFarlane wrote:
The documented syntax is

pandoc --list-extensions=commonmark

That should give you the right list.

Without the `=`, pandoc is giving you extensions for the default format, and treating `commonmark` as an additional argument which is ignored.

The `=` is necessary here (unlike with `--to`) because the argument is optional. (If the `=` is not used, the option parser assumes you're not providing an argument, because otherwise there'd be an ambiguity.)

> On Feb 20, 2023, at 8:21 AM, 'Charles Teague' via pandoc-discuss <pandoc-...@googlegroups.com> wrote:
>
> Starting in Pandoc 3, I've noticed that the commonmark format appears to have a different set of extensions when enumerated via:
>
> `pandoc --list-extensions commonmark`
>
> The changes are:
>
> Removed:
> -amuse
> -attributes
> -element_citations
> -empty_paragraphs
> -epub_html_exts
> -mark
> -markdown_attribute
> -native_numbering
> -ntb
> -raw_markdown
> -sourcepos
> -styles
> -xrefs_name
> -xrefs_number
>
> Added:
> -wikilinks_title_after_pipe
> -wikilinks_title_before_pipe
>
> The removes were unexpected to us (things like `-sourcepos` appear to work even though they are not listed in the output from that command). Before I open an issue I just wanted to double check that this wasn't expected and perhaps I just misunderstood something...
>
> Thanks
>
> Charles
>
> --
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discus...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/e7c74574-45ce-43fa-a0b9-f3e70571b45en%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/be4647e6-a36d-4ae0-a2be-4c440ff9d170n%40googlegroups.com.