@@ -18,28 +18,28 @@ 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 , Image ( "" , [ "wikilink" , "transclusion" ] , [ ( "data-transclusion" , "true" ) ] ) [ Str "myfile.md" ] ( "myfile.md" , "" ) ] ]
21+ [ Para [ Str "An" , Space , Str "embed:" , Space ] ]
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 , Image ( "" , [ "wikilink" , "transclusion" ] , [ ( "block-ref" , "my-id" ) , ( "data-transclusion" , "true" ) ] ) [ Str "myfile.md#^my-id" ] ( "myfile.md#^my-id" , "" ) ] ]
28+ [ Para [ Str "A" , Space , Str "block" , Space , Str "reference" , Space , Str "embed:" , Space ] ]
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 , Image ( "" , [ "wikilink" , "transclusion" ] , [ ( "data-transclusion" , "true" ) ] ) [ Str "my-wikilink" ] ( "my-wikilink" , "" ) ] ]
35+ [ Para [ Str "A" , Space , Str "wikilink" , Space , Str "transclusion:" , Space ] ]
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 , Image ( "" , [ "wikilink" , "transclusion" ] , [ ( "block-ref" , "my-id" ) , ( "data-transclusion" , "true" ) ] ) [ Str "myfile#^my-id" ] ( "myfile#^my-id" , "" ) ] ]
42+ [ Para [ Str "A" , Space , Str "block" , Space , Str "transclusion:" , Space ] ]
4343```
4444
4545```
0 commit comments