Searched refs:ContentParagraph (Results 1 – 8 of 8) sorted by relevance
75 (content.children.singleOrNull() as? ContentParagraph) in <lambda>()82 (content.children.singleOrNull() as? ContentParagraph) in <lambda>()87 (content.children.singleOrNull() as? ContentParagraph) in <lambda>()106 (content.children.singleOrNull() as? ContentParagraph) in <lambda>()121 (content.children.singleOrNull() as? ContentParagraph) in <lambda>()139 …is ContentParagraph -> p(classes = content.label) { contentNodesToMarkup(content.children, context… in <lambda>()888 return ContentParagraph("caution").apply { in <lambda>()907 … -> seeAlsoSection(sectionParts.map { it.children.flatMap { (it as? ContentParagraph)?.children ?:… in <lambda>()
63 MarkdownElementTypes.PARAGRAPH -> appendNodeWithChildren(ContentParagraph()) in buildContentTo()173 private fun keepEol(node: ContentNode) = node is ContentParagraph || node is ContentSection || node… in keepEol()
257 val para = ContentParagraph() in <lambda>()
73 val firstParagraph = ContentParagraph() in parseDocumentation()78 val paragraphs = firstParagraph.children.dropWhile { it !is ContentParagraph } in parseDocumentation()316 "p" -> ContentParagraph() in parseDocumentation()356 else ContentParagraph() in parseDocumentation()
190 else if (child is ContentParagraph) { in fullMemberDocs()848 is ContentParagraph -> it.children.asSequence().flatten() in firstSentenceOfSummary()862 val paragraph = ContentParagraph() in firstSentenceOfSummary()902 is ContentParagraph -> addContentNodesToStringBuilder(content.children, sb) in addContentNodeToStringBuilder()
148 if (child is ContentParagraph) { in <lambda>()162 is ContentParagraph -> { in <lambda>()
109 class ContentParagraph(val label: String? = null) : ContentBlock() class
212 is ContentParagraph -> surroundWith(module, holder, "<p>", "</p>", node, result) in buildInlineTags()