doc: readme
This commit is contained in:
10
README.md
10
README.md
@@ -5,15 +5,13 @@ _for education, documentation, and fun_ 🎉
|
|||||||
Codapi is a platform for embedding interactive code snippets directly into your product documentation, online course, or blog post.
|
Codapi is a platform for embedding interactive code snippets directly into your product documentation, online course, or blog post.
|
||||||
|
|
||||||
```
|
```
|
||||||
python
|
|
||||||
┌───────────────────────────────┐
|
┌───────────────────────────────┐
|
||||||
│ msg = "Hello, World!" │
|
│ def greet(name): │
|
||||||
│ print(msg) │
|
│ print(f"Hello, {name}!") │
|
||||||
│ │
|
│ │
|
||||||
│ │
|
│ greet("World") │
|
||||||
│ run ► │
|
|
||||||
└───────────────────────────────┘
|
└───────────────────────────────┘
|
||||||
✓ Done
|
Run ► Edit ✓ Done
|
||||||
┌───────────────────────────────┐
|
┌───────────────────────────────┐
|
||||||
│ Hello, World! │
|
│ Hello, World! │
|
||||||
└───────────────────────────────┘
|
└───────────────────────────────┘
|
||||||
|
|||||||
Reference in New Issue
Block a user