On 03/10/2025 22:50, Rustom Mody wrote:
My bug report on pandoc has the details
https://github.com/jgm/pandoc/issues/11187

May it be a Markdown flavor issue? The following works (and with "commonmark" as well):

printf '# h1\ntext\n## h2\nmore\n' | pandoc -f gfm -t org
* h1
  :PROPERTIES:
  :CUSTOM_ID: h1
  :END:
text

** h2
   :PROPERTIES:
   :CUSTOM_ID: h2
   :END:
more

Anyway, it is related to Markdown syntax, not to Org mode one.

Reply via email to