I've implemented a custom reST role in my setup. I'd like to be able to parse inline markup within the role text.
Right now I am just creating an inline node. Presumably I would want to pass the role text to something that would parse it for markup and give me back a node subtree that I would add instead. Has anyone done this before, or have a pointer to what I would call to generate the proper node subtree? (Note: I'm not worried about crazy stuff like parsing nested roles; mostly I want to be able to parse bold/italic and *maybe* substitutions.) -- Matthew -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
