scala.build.internal.markdown.MarkdownOpenFence
See theMarkdownOpenFence companion object
Representation for an open code block in Markdown. (open meaning the closing backticks haven't yet been parsed or they aren't at all present)
Value parameters
- backticks
-
the backticks string opening the fence
- indent
-
number of spaces of indentation for the fence
- info
-
a list of tags tied to a given code block
- tickStartLine
-
index of the starting line on which the opening backticks were defined
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article