diff options
Diffstat (limited to '_conclusion.qmd')
| -rw-r--r-- | _conclusion.qmd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/_conclusion.qmd b/_conclusion.qmd index 8749612..cdcc591 100644 --- a/_conclusion.qmd +++ b/_conclusion.qmd @@ -179,6 +179,20 @@ for example, about authors and publishers, might reduce the amount of custom restructuring needed downstream, for example, in Quarto. +### Alternative implementations + +It might be interesting to try implement as a Pandoc Reader, +both to see if that can be done notably simpler, +and also to explore possibilities of use with wrapper tools such as Quarto. +In other words, +try to prove the pessimistic usability analysis in @sec-pandoc-filter-versatile wrong. + +It might be helpful to try implement Semantic Markdown +for other extensible Markdown parsers. + +Might also be fun to try implement Semantic djot +[@MacFarlane2024djot]. + ### Nuanced citations in scholarly papers Pandoc and Quarto (see @sec-quarto) support annotating scholarly citations. |
