diff options
| -rw-r--r-- | _intro.qmd | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -102,6 +102,18 @@ as illustrated in @fig-phase1. {#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. |
