1 2 3 4 5
package moe.nea.blog.md interface LinePreProcessor { fun preprocess(lineIndex: Int, line: String): String? }