pub.leaflet.blocks.code

leaflet.pub

Documentation

main object

No description available.

Properties

language string Optional

No description available.

plaintext string Required

No description available.

syntaxHighlightingTheme string Optional

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "plaintext"
  ],
  "properties": {
    "language": {
      "type": "string"
    },
    "plaintext": {
      "type": "string"
    },
    "syntaxHighlightingTheme": {
      "type": "string"
    }
  }
}

Lexicon Garden

@