scala.build.internal.markdown
Members list
Type members
Classlikes
Representation for a (closed) code block contained in Markdown
Representation for a (closed) code block contained in Markdown
Attributes
- 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)
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- MarkdownCodeBlock.type
A util for extraction and wrapping of code blocks in Markdown files.
A util for extraction and wrapping of code blocks in Markdown files.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- MarkdownCodeWrapper.type
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)
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)
Attributes
- 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
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- MarkdownOpenFence.type