6 lines
93 B
Kotlin
Vendored
6 lines
93 B
Kotlin
Vendored
open class GFMOutputBuilder(
|
|
to: StringBuilder
|
|
)
|
|
: MarkdownOutputBuilder(to) {
|
|
}
|