Searched refs:ContentStrong (Results 1 – 7 of 7) sorted by relevance
111 class ContentStrong() : ContentBlock() class210 val strong = ContentStrong() in nbsp()
49 MarkdownElementTypes.STRONG -> appendNodeWithChildren(ContentStrong()) in buildContentTo()
227 is ContentStrong -> surroundWith(module, holder, "<strong>", "</strong>", node, result) in buildInlineTags()
68 is ContentStrong -> strong { contentNodesToMarkup(content.children, contextUri) } in <lambda>()902 append(ContentStrong().apply { text( in <lambda>()
330 "b", "strong" -> ContentStrong() in parseDocumentation()
893 is ContentStrong -> addContentNodesToStringBuilder(content.children, sb) in addContentNodeToStringBuilder()
140 is ContentStrong -> appendStrong { appendContent(content.children) } in <lambda>()