Searched refs:startDelimiter (Results 1 – 1 of 1) sorted by relevance
51 val startDelimiter = node.child(MarkdownTokenTypes.BACKTICK)?.text in buildContentTo() constant52 if (startDelimiter != null) { in buildContentTo()53 … val text = node.text.substring(startDelimiter.length).removeSuffix(startDelimiter) in buildContentTo()