Terminal
{{{text}}}
Generates a box (with black background and white text, by default) simulating the appearance of a terminal window.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| style | style | CSS for the entire terminal box | String | optional |
| title | title | Title of the terminal window
| String | optional |
| height | height | maximum height of the terminal window (if there's more content that fits in that height, the extra content scrolls)
| String | optional |
| textstyle | textstyle | CSS for just the text area (doesn't affect the title) | String | optional |
| text | text | Contents of the terminal window | String | optional |