app.offprint.block.codeBlock

dmeznw3lbvqd6yyi.glorp.network View official

Documentation

main object

No description available.

Properties

code string Required

The code content

language string Optional

Programming language for syntax highlighting

showLineNumbers boolean Optional

Whether to display line numbers

View raw schema
{
  "type": "object",
  "required": [
    "code"
  ],
  "properties": {
    "code": {
      "type": "string",
      "required": true,
      "description": "The code content"
    },
    "language": {
      "type": "string",
      "description": "Programming language for syntax highlighting"
    },
    "showLineNumbers": {
      "type": "boolean",
      "default": false,
      "description": "Whether to display line numbers"
    }
  }
}

Lexicon Garden

@