Package-level declarations

Types

Link copied to clipboard
class CharactersReverseIndexParser(commandList: List<Command> = CommandFactory.defaultCommands().toList())
Link copied to clipboard
data class CommandIndex(val commandId: Int, val position: Int)

The command index is the index that each character should be mapped to. Each character can be in many commands in a single position. So each character should have a list of CommandIndex

Link copied to clipboard
class MarkdownToDocument(charactersReverseIndexParser: CharactersReverseIndexParser)

Functions