summaryrefslogtreecommitdiff
path: root/echo.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-01-06 09:46:54 +0200
committerLars Wirzenius <liw@liw.fi>2020-01-06 10:35:56 +0200
commit8270d1099e5d8751adecfdf8b3354e4c663d4800 (patch)
tree1c0257b3983fae04be074e1bf719ad27687e8616 /echo.md
parenta79b5fe9ce8ae75b0975a50d0766fc2e1c3e596d (diff)
downloadsubplot-8270d1099e5d8751adecfdf8b3354e4c663d4800.tar.gz
Add: allow test data files to be embedded in Markdown
Diffstat (limited to 'echo.md')
-rw-r--r--echo.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/echo.md b/echo.md
index 99151e5..edfc67f 100644
--- a/echo.md
+++ b/echo.md
@@ -35,3 +35,12 @@ then exit code is 0
then standard output contains "hello, world"
then standard error is empty
```
+
+
+Test file
+
+~~~~{.file #foo.dat}
+This is a test file.
+Two lines.
+~~~~
+