We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 callouts (i.e, calloutlist)
Tracked from the issues marked with an asterix in https://github.com/opendevise/docbookrx/blob/master/WORKLOG.adoc
The text was updated successfully, but these errors were encountered:
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 ----
Sorry, something went wrong.
No branches or pull requests
Implement callouts (i.e, calloutlist)
Tracked from the issues marked with an asterix in https://github.com/opendevise/docbookrx/blob/master/WORKLOG.adoc
The text was updated successfully, but these errors were encountered: