Updated Cardcast (markdown)

Andy Janata 2018-03-26 11:59:18 -07:00
parent ec0ed500fd
commit 4f8c7a3ca0
1 changed files with 11 additions and 1 deletions

@ -48,4 +48,14 @@ Anybody can use any Cardcast decks for which they know the code without having t
## Images on cards
TODO, needed the section link.
Images are now safely supported on cards. Existing cards will need updated to work with this.
To display an image (and only an image) on a card, the card text must match this format EXACTLY (with no other text before or after):
```
[img]http://example.com/my-awesome-image.jpg[/img]
```
It is not possible to have text and an image on a card at the same time; include the text inside the image.
Image cards are not screen-reader friendly (for obvious reasons). Please use them sparingly.