summaryrefslogtreecommitdiff
path: root/subplot.md
diff options
context:
space:
mode:
Diffstat (limited to 'subplot.md')
-rw-r--r--subplot.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/subplot.md b/subplot.md
index b2cdecf..bf8d651 100644
--- a/subplot.md
+++ b/subplot.md
@@ -1609,6 +1609,7 @@ bibliography: [foo.bib, bar.bib]
"foo.bib",
"bar.bib"
],
+ "files": [],
"scenarios": []
}
~~~
@@ -1812,6 +1813,30 @@ This is another embedded file, and has the same name in uppercase.
~~~~
+### List embedded files
+
+The `sp-meta` command lists embedded files in its output.
+
+~~~scenario
+given file two-embedded.md
+when I run sp-meta two-embedded.md
+then output matches /foo.txt/
+and output matches /bar.yaml/
+~~~
+
+~~~~~~{#two-embedded.md .file .markdown .numberLines}
+---
+title: Two embedded files
+...
+
+~~~{#foo.txt .file}
+~~~
+
+~~~{#bar.yaml. .file}
+~~~
+~~~~~~
+
+
## Embedded graphs
Subplot allows embedding markup to generate graphs into the Markdown document.