Package-level declarations

Types

Link copied to clipboard

This class is a scanner generated by JFlex 1.7.0 from the specification file markdown.flex

Link copied to clipboard
object Compat
Link copied to clipboard
interface GeneratedLexer
Link copied to clipboard
open class MarkdownLexer(baseLexer: GeneratedLexer)
Link copied to clipboard
open class Stack<E> : MutableList<E>
Link copied to clipboard
data class TokenInfo(val type: IElementType?, val tokenStart: Int, val tokenEnd: Int, val rawIndex: Int, val normIndex: Int)

Functions

Link copied to clipboard
fun <E> <Error class: unknown class><E>.pop(): E
Link copied to clipboard
fun <E> <Error class: unknown class><E>.push(e: E)