Contents

startColumn

The column where the text begins in the Markdown source.

Declaration

let startColumn: Int

Discussion

This property uses 1-based counting. Columns represent UTF-8 indices; for multi-byte characters, the column indicates the first byte.

See Also

Inspecting Markdown Source Position Properties