com.github.woojiahao.style.elements.code.InlineCode.kt Maven / Gradle / Ivy
package com.github.woojiahao.style.elements.code
import com.github.woojiahao.style.Settings
class InlineCode(settings: Settings) : Code("p code", settings)
package com.github.woojiahao.style.elements.code
import com.github.woojiahao.style.Settings
class InlineCode(settings: Settings) : Code("p code", settings)