Files
WorkNote/.obsidian/plugins/obsidian-enhancing-export-main/tests/markdowns/internal-link-bullet.out
2025-04-10 14:02:57 +08:00

20 lines
444 B
Plaintext

Pandoc
Meta { unMeta = fromList [] }
[ BulletList
[ [ Plain [ Str "potato" ] ]
, [ Plain
[ Link
( "" , [] , [] )
[ Str "more"
, Space
, Str "complex"
, Space
, Str "vegetables"
]
( "#more-complex-vegetables" , "" )
]
]
, [ Plain [ Str "cucumber" ] ]
]
]