13ae4a28a8
#KT-34744
5 lines
90 B
Kotlin
Vendored
5 lines
90 B
Kotlin
Vendored
open class GFMOutputBuilder(
|
|
to: StringBuilder,
|
|
) : MarkdownOutputBuilder(to) {
|
|
}
|