Skip to content

Commit 59d0661

Browse files
committed
iss1789 - Update docs
1 parent 0e0c8ca commit 59d0661

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

doc/content/plot_block.png

36 KB
Loading

doc/en/Authoring/Question_blocks/ASCII.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Filters are defined in `corsscripts/ascii/filters`. This has been designed to ad
159159

160160
## Plot blocks
161161

162-
Students can include simple graphs in their free-text response using a `!!plot` block. Plot blocks are identified by the markdown filter, so the ASCII block must include a markdown filter explicitly.
162+
Students can include simple graphs in their free-text response using a `!!plot` block. Plot blocks are identified by the markdown filter, so the ASCII block must include a markdown filter (either explicitly or by default).
163163

164164
TO-DO: Should plots be a separate filter rather than a markdown extension? What delimiter do we actually want? What syntax/functionality do we want available?
165165

@@ -174,6 +174,7 @@ plot x=y^2
174174
point (2,3) A
175175
!!plot
176176
```
177+
![Plot example output](../../../content/plot_block.png)
177178

178179
Blank lines are ignored. Lines starting with `#` are comments.
179180

0 commit comments

Comments
 (0)