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

15 lines
269 B
Plaintext

Pandoc
Meta { unMeta = fromList [] }
[ Para
[ Link
( "" , [] , [] )
[ Str "with"
, Space
, Str "custom"
, Space
, Str "description"
]
( "#Some-complex-section" , "" )
]
]