Fix "manpage" writers handling of `<raw>` elements.
commit9d6c7254e026e6d785617d5cc5b0d51e3fc4a7ca
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sun, 17 Mar 2024 23:30:47 +0000 (17 23:30 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sun, 17 Mar 2024 23:30:47 +0000 (17 23:30 +0000)
treeed74fd9b6830491ed14d391ca0497961a3a0cae1
parent3cb710ad9bd6ea9c96b7d7de4a67fe85323ef7a6
Fix "manpage" writers handling of `<raw>` elements.

The "format" attribute is a `str` with space-separated format names.

With the change, "manpage" will pass on, e.g.

    .. raw:: html manpage

       raw text for HTML and "man" pages

but skip, e.g.

    .. raw:: html odt

       raw text for HTML and OpenDocument Text

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9579 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/docutils/writers/manpage.py