vault backup: 2025-04-10 14:02:57
This commit is contained in:
19
.obsidian/plugins/obsidian-enhancing-export-main/tests/markdowns/internal-link-bullet.out
vendored
Normal file
19
.obsidian/plugins/obsidian-enhancing-export-main/tests/markdowns/internal-link-bullet.out
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
Pandoc
|
||||
Meta { unMeta = fromList [] }
|
||||
[ BulletList
|
||||
[ [ Plain [ Str "potato" ] ]
|
||||
, [ Plain
|
||||
[ Link
|
||||
( "" , [] , [] )
|
||||
[ Str "more"
|
||||
, Space
|
||||
, Str "complex"
|
||||
, Space
|
||||
, Str "vegetables"
|
||||
]
|
||||
( "#more-complex-vegetables" , "" )
|
||||
]
|
||||
]
|
||||
, [ Plain [ Str "cucumber" ] ]
|
||||
]
|
||||
]
|
Reference in New Issue
Block a user