Closed milanmlft closed 1 year ago
Closes #20 The culprit was the fig.align option in the knitr options, which causes knitr to use html tags for figures instead of the markdown ![] syntax. By simply removing the option, this should be resolved.
fig.align
knitr
![]
Closes #20 The culprit was the
fig.align
option in the knitr options, which causesknitr
to use html tags for figures instead of the markdown![]
syntax. By simply removing the option, this should be resolved.