10000 DocBook reader does not recognize titles inside `info` elements · Issue #1931 · jgm/pandoc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
DocBook reader does not recognize titles inside info elements #1931
Closed
@saigkill

Description

@saigkill

Today i have found out that a document like:

<article xmlns="http://docbook.org/ns/docbook" version="5.0">
    <xi:include href="Article_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
    <section>
        <info>
            <title>Allgemeine Dokumenteninformation</title>
        </info>
          <!-- section 1 stuff -->
        <section>
           <info>
                <title>Dokumentenhistorie</title>
            </info>
           <!-- section 2 stuff -->
</article>

with using the DOCX Writer doesn't contains any Section Titles.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0