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

Implement <calloutlist> and children. #34

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

Implement <calloutlist> and children. #34

jaredmorgs opened this issue Apr 7, 2016 · 1 comment

Comments

@jaredmorgs
Copy link
Member

Implement callouts (i.e, calloutlist)

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

@mojavelinux
Copy link
Member

We need to implement both callout numbers and the callout list items that correspond to those numbers.

Sample input:

<screen>line <co xml:id="CO1-1"/></screen>
<calloutlist>
<callout arearefs="CO1-1">
<para>explain that line</para>
</callout>
</calloutlist>

Expected output:

----
line <1>
----
<1> explain that line

Actual output:

----
line
----

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants