scala.build.internal.markdown.MarkdownCodeBlock
See theMarkdownCodeBlock companion object
Representation for a (closed) code block contained in Markdown
Value parameters
- body
-
the code block content
- endLine
-
end line on which the code block was closed (excluding backticks)
- info
-
a list of tags tied to a given code block
- startLine
-
starting line on which the code block was defined (excluding backticks)
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article