Skip to content

Commit

Permalink
Clarify syntax for Markdown cells.
Browse files Browse the repository at this point in the history
  • Loading branch information
danijar committed Aug 15, 2019
1 parent ac601b1 commit d0699df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ Create the handout via `doc = handout.Handout(outdir)` to access these features:

| Feature | Example |
| ------- | ------- |
| Add [Markdown text][markdown] as multi-line comments. | `"""Markdown text"""` |
| Add [Markdown text][markdown] as triple-quote comments. | `"""Markdown text"""` |
| Add text via `print()` syntax. | `doc.add_text('text:', variable)` |
| Add image from array or url. | `doc.add_image(image, 'png', width=1)` |
| Add video from array or url. | `doc.add_video(video, 'gif', fps=30, width=1)` |
Expand Down

0 comments on commit d0699df

Please sign in to comment.