diff options
| -rw-r--r-- | _filter.qmd | 9 | ||||
| -rw-r--r-- | _usage.qmd | 17 | ||||
| -rw-r--r-- | report.qmd | 4 |
3 files changed, 11 insertions, 19 deletions
diff --git a/_filter.qmd b/_filter.qmd new file mode 100644 index 0000000..b7434d4 --- /dev/null +++ b/_filter.qmd @@ -0,0 +1,9 @@ +*TODO: chapter overview* + +## Components + +*TODO: First parse Namespace blocks, then AnnotationWords* + +## Tracking enclosure states + +*TODO: Details of parsing AnnotationWords* diff --git a/_usage.qmd b/_usage.qmd deleted file mode 100644 index 79e0667..0000000 --- a/_usage.qmd +++ /dev/null @@ -1,17 +0,0 @@ -*TODO* - -## Setup - -*TODO* - -## Use - -*TODO* - -<!-- - -## Tricks - -*TODO* - ---> @@ -90,9 +90,9 @@ are editorial notes not intended for inclusion in the final delivery.* {{< include _pandoc.qmd >}} -# Using Pandoc filter `semantic-markdown` +# Extending Pandoc with a filter -{{< include _usage.qmd >}} +{{< include _filter.qmd >}} # Evaluation |
