Searched refs:ContentStrikethrough (Results 1 – 7 of 7) sorted by relevance
112 class ContentStrikethrough() : ContentBlock() class
226 … is ContentStrikethrough -> surroundWith(module, holder, "<strike>", "</strike>", node, result) in buildInlineTags()
446 val strike = ContentStrikethrough() in <lambda>()
332 "s", "del" -> ContentStrikethrough() in parseDocumentation()
894 is ContentStrikethrough -> addContentNodesToStringBuilder(content.children, sb) in addContentNodeToStringBuilder()
141 is ContentStrikethrough -> appendStrikethrough { appendContent(content.children) } in <lambda>()
69 is ContentStrikethrough -> del { contentNodesToMarkup(content.children, contextUri) } in <lambda>()