7 lines
144 B
Kotlin
Vendored
7 lines
144 B
Kotlin
Vendored
open class GFMOutputBuilder(
|
|
to: StringBuilder)
|
|
: MarkdownOutputBuilder(to) {
|
|
}
|
|
|
|
// SET_TRUE: METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE
|