Explain the problem.
test.md:
command:
pandoc test.md -f markdown -t markdown
output:
expected output:
When test.md is modified as follows:
(i.e. the Attr is non-empty), then the output is as expected:
It should also be noted that in case of an empty Attr, the Markdown parsing works as expected:
$ pandoc test.md -f markdown -t native
[ Para
[ Span
( "" , [] , [] ) [ Str "bracketed" , Space , Str "span" ]
]
]
Therefore, this is an issue with the Markdown writer.
Pandoc version?
3.6.4