aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_intro.qmd12
1 files changed, 12 insertions, 0 deletions
diff --git a/_intro.qmd b/_intro.qmd
index cbb7694..7299c43 100644
--- a/_intro.qmd
+++ b/_intro.qmd
@@ -102,6 +102,18 @@ as illustrated in @fig-phase1.
![A filter to strip annotations from content.](workflow/phase1.svg){#fig-phase1}
+For example a text authored like this:
+
+```markdown
+[This]{:depiction} is not a pipe.
+```
+
+...that with the filter applied becomes this:
+
+```markdown
+This is not a pipe.
+```
+
### Added syntax in the spirit of Markdown {#sec-spirit}
Markdown is a lenient markup language.