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
There should be directives for output types that pass the embedded text directly to the output or skip over if that is not the current output type.
For example, the following should make a table in HTML output, but not show up in other output types:
; .. html:: ; ; <table> ; <tr><th>Type</th><th>Format</th> </tr> ; <tr><td>type 1</td><td>format 1</td> </tr> ; <tr><td>type 2</td><td>format 2</td> </tr> ; </table>
The text was updated successfully, but these errors were encountered:
mgalloy
No branches or pull requests
There should be directives for output types that pass the embedded text directly to the output or skip over if that is not the current output type.
For example, the following should make a table in HTML output, but not show up in other output types:
The text was updated successfully, but these errors were encountered: