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

Directives for specific output types #72

Open
mgalloy opened this issue Oct 22, 2012 · 0 comments
Open

Directives for specific output types #72

mgalloy opened this issue Oct 22, 2012 · 0 comments

Comments

@mgalloy
Copy link
Owner

mgalloy commented Oct 22, 2012

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>
@ghost ghost assigned mgalloy Oct 22, 2012
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

1 participant