header for pyrepl table (#889)

This commit is contained in:
Ted Patrick
2022-10-25 19:34:27 -05:00
committed by GitHub
parent 5380f8b9b3
commit 87ea24ebd4

View File

@@ -4,6 +4,7 @@ The `<py-repl>` element provides a REPL(Read Eval Print Loop) to evaluate multi-
## Attributes
| attribute | type | default | description |
|----|----|----|----|
| **auto-generate** | boolean | | Auto-generates REPL after evaluation. |
| **exec-id** | string | | The id for logging execution output |