I just started to try to use pandoc filter (panflute), and I don’t know how to extract a word, say “sentence”, from a “Para(graph)”
Para
[ Str “This”
, Space
, Str “is”
, Space
, Str “a”
, Space
, Str “sentence.”
]
Could anyone please show me how to do this?