com.github.woojiahao.style.elements.Strikethrough.kt Maven / Gradle / Ivy
package com.github.woojiahao.style.elements
import com.github.woojiahao.style.Settings
class Strikethrough(settings: Settings) : Element("del", settings)
package com.github.woojiahao.style.elements
import com.github.woojiahao.style.Settings
class Strikethrough(settings: Settings) : Element("del", settings)