Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchall committed Nov 1, 2023
1 parent 53d291e commit 2f359db
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,17 @@ to bridge this gap.
Fortunately, we already have very popular R packages that fall on
opposite ends of this spectrum:

- [**whisker**](https://github.com/edwindj/whisker) – Implements the
[Mustache](https://mustache.github.io) templating syntax. This is
nearly **logic-less**, though some simple control flow is supported.
Mustache templates are language agnostic (i.e. can be rendered by
other Mustache implementations).
- [**knitr**](https://yihui.org/knitr/) and
[**rmarkdown**](https://github.com/rstudio/rmarkdown) – Allows
**arbitrary code execution** to be knitted together with Markdown
text content. It even supports [multiple language
engines](https://bookdown.org/yihui/rmarkdown/language-engines.html)
(e.g. R, Python, C++, SQL).
- [**whisker**](https://github.com/edwindj/whisker) – Implements the
[Mustache](https://mustache.github.io) templating syntax. This is
nearly **logic-less**, though some simple control flow is supported.
Mustache templates are language agnostic (i.e. can be rendered by
other Mustache implementations).
- [**knitr**](https://yihui.org/knitr/) and
[**rmarkdown**](https://github.com/rstudio/rmarkdown) – Allows
**arbitrary code execution** to be knitted together with Markdown text
content. It even supports [multiple language
engines](https://bookdown.org/yihui/rmarkdown/language-engines.html)
(e.g. R, Python, C++, SQL).

In contrast, jinjar strikes a balance inspired by the
[Jinja](https://jinja.palletsprojects.com/) Python package. It supports
Expand Down

0 comments on commit 2f359db

Please sign in to comment.