dear all,

I am trying to convert Docbook to RST using Pandoc.
Pandoc reads the docbook "anchor" like this (https://github.com/jgm/pandoc/blob/a0818597439fc242da4c379e0f0c54136f7a316c/src/Text/Pandoc/Readers/DocBook.hs#L1114):

---
case qName (elName e) of
        "anchor" -> do
           return $ spanWith (attrValue "id" e, [], []) mempty
---

and when it creates RST with it the anchors are ignored.

how can I solve this problem?

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/98f167cb-20f5-426c-9967-a460ba8c3184n%40googlegroups.com.