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
I have a DITA document that contains a "syntaxdiagram" element with some "groupchoice" elements:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd"> <topic id="Untitled"> <title>Sample Document</title> <body> <p>Test</p> <syntaxdiagram> <groupchoice> <var>input-filename</var> <kwd>*INFILE</kwd></groupchoice> <groupchoice> <var>output-filename</var> <kwd>*OUTFILE</kwd></groupchoice> </syntaxdiagram> </body> </topic>
When I publish it to troff, these elements are ignored.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a DITA document that contains a "syntaxdiagram" element with some "groupchoice" elements:
When I publish it to troff, these elements are ignored.
The text was updated successfully, but these errors were encountered: