@@ -18,35 +18,35 @@ A paragraph with a block ID. ^my-id
1818% pandoc -f obsidian -t native
1919An embed: ![[myfile.md]]
2020^D
21- [ Para [ Str "An" , Space , Str "embed:" , Space ] ]
21+ [ Para [ Str "An" , Space , Str "embed:" , Space , Span ( "" , [] , [] ) [ Str "![[myfile.md]]" ] ] ]
2222```
2323
2424```
2525% pandoc -f obsidian -t native
2626A block reference embed: ![[myfile.md#^my-id]]
2727^D
28- [ Para [ Str "A" , Space , Str "block" , Space , Str "reference" , Space , Str "embed:" , Space ] ]
28+ [ Para [ Str "A" , Space , Str "block" , Space , Str "reference" , Space , Str "embed:" , Space , Span ( "" , [] , [] ) [ Str "![[myfile.md#^my-id]]" ] ] ]
2929```
3030
3131```
3232% pandoc -f obsidian -t native
3333A wikilink transclusion: ![[my-wikilink]]
3434^D
35- [ Para [ Str "A" , Space , Str "wikilink" , Space , Str "transclusion:" , Space ] ]
35+ [ Para [ Str "A" , Space , Str "wikilink" , Space , Str "transclusion:" , Space , Span ( "" , [] , [] ) [ Str "![[my-wikilink]]" ] ] ]
3636```
3737
3838```
3939% pandoc -f obsidian -t native
4040A block transclusion: ![[myfile#^my-id]]
4141^D
42- [ Para [ Str "A" , Space , Str "block" , Space , Str "transclusion:" , Space ] ]
42+ [ Para [ Str "A" , Space , Str "block" , Space , Str "transclusion:" , Space , Span ( "" , [] , [] ) [ Str "![[myfile#^my-id]]" ] ] ]
4343```
4444
4545```
4646% pandoc -f obsidian -t native
4747A heading transclusion: ![[myfile#Introduction]]
4848^D
49- [ Para [ Str "A" , Space , Str "heading" , Space , Str "transclusion:" , Space ] ]
49+ [ Para [ Str "A" , Space , Str "heading" , Space , Str "transclusion:" , Space , Span ( "" , [] , [] ) [ Str "![[myfile#Introduction]]" ] ] ]
5050```
5151
5252```
0 commit comments