carpentries / carpentries/lesson-example
Silent syntax error in Rmd example
Open
- Dominant language
- HTML
- Stars
- 65
- Forks
- 167
- PR merge metrics
- No merged PRs in 30d
Description
There seems to be a silent error in the `05-rmarkdown-example.Rmd` template included.
The error is also [visible in the logs of GitHub Actions](https://github.com/carpentries/lesson-example/runs/2404327479#step:13:19):
```
/home/runner/work/lesson-example/lesson-example/_episodes_rmd/05-rmarkdown-example.Rmd
--------------------------------------------------------------------------------------
ERROR 1: :187:1: unexpected '>'
186:
187: >
^
```
but looking at the file it's not clear to me what is wrong.
Contributor guide
Assessment
This issue has not been assessed yet.