Class Hash

Key-Value Pairs Representing Tag Arguments Example: For the markup , foo:'bar', coo:2 reversed %}, hash['foo'] === 'bar' hash['coo'] === 2 hash['reversed'] === undefined

Hierarchy

  • Hash

Constructors

Properties

Methods

Constructors

  • Parameters

    • markup: string
    • Optional jekyllStyle: boolean

    Returns Hash

Properties

hash: HashValueTokens = {}

Methods

  • Parameters

    Returns Generator<unknown, Record<string, any>, unknown>

Generated using TypeDoc