File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -475,6 +475,7 @@ options.source = "uri"
475475# ${2::copyable: (bool)
476476# :caption: (string)
477477# :class: (string)}
478+ # :source: ${1: URL to source code}
478479
479480# ${0:code input/code output content}
480481# """
@@ -495,12 +496,18 @@ options.linenos = "flag"
495496
496497[directive .output ]
497498help = """ The code output."""
498- inherit = " input"
499+ argument_type = [" path" , " raw" ]
500+ content_type = " raw"
501+ options.language = " string"
502+ options.emphasize-lines = " linenos"
503+ options.linenos = " flag"
504+ options.visible = " boolean"
499505# example = """.. io-code-block::
500506# .. output:: ${0:code output or </path/to/file>}
501507# :language: ${1:language}
502508# :emphasize-lines: (string)
503509# :linenos: (flag)
510+ # :visible: (bool)
504511# """
505512
506513[directive .cssclass ]
You can’t perform that action at this time.
0 commit comments