Searched refs:ContentOrderedList (Results 1 – 7 of 7) sorted by relevance
46 MarkdownElementTypes.ORDERED_LIST -> appendNodeWithChildren(ContentOrderedList()) in buildContentTo()174 private fun processingList(node: ContentNode) = node is ContentOrderedList || node is ContentUnorde… in keepEol()
169 class ContentOrderedList() : ContentBlock() in equals() class
210 is ContentOrderedList -> surroundWith(module, holder, "<ol>", "</ol>", node, result) in buildInlineTags()
323 "ol" -> ContentOrderedList() in parseDocumentation()
896 is ContentOrderedList -> addContentNodesToStringBuilder(content.children, sb) in addContentNodeToStringBuilder()
145 is ContentOrderedList -> appendOrderedList { appendContent(content.children) } in <lambda>()
72 is ContentOrderedList -> ol { contentNodesToMarkup(content.children, contextUri) } in <lambda>()