Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List item is not continued if <literallayout> is delimited #32

Open
jaredmorgs opened this issue Apr 7, 2016 · 1 comment
Open

List item is not continued if <literallayout> is delimited #32

jaredmorgs opened this issue Apr 7, 2016 · 1 comment
Labels

Comments

@jaredmorgs
Copy link
Member

List continuation doesn’t get added if literallayout is delimited (bug)

Tracked from the issues marked with an asterix in https://github.com/opendevise/docbookrx/blob/master/WORKLOG.adoc

@mojavelinux
Copy link
Member

Sample input:

<itemizedlist>
<listitem>
<simpara>item one</simpara>
<literallayout class="monospaced">literal content

more literal content</literallayout>
</listitem>
<listitem>
<simpara>item two</simpara>
</listitem>
</itemizedlist>

Expected output:

* item one
+
....
literal content

more literal content
....
* item two

Actual output:

* list item

....
literal content

more literal content
....
* another list item

Notice the missing list continuation line.

@mojavelinux mojavelinux changed the title Lists are not continued if <literallayout> is delimited. [Bug] List item is not continued if <literallayout> is delimited May 31, 2016
allanjude pushed a commit to allanjude/docbookrx that referenced this issue May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants