Using the tufte_template rmarkdown file, I am trying to create a new paragraph (for example, \newthought{} , but without restrictions). I use two spaces, indicated here: *:
but get this result:

I tried \n instead of the second pair of spaces (**), but pandoc throws an error.
pandoc.exe: Error producing PDF from TeX source Error: pandoc document conversion failed with error 43
Finally, I tried using the <br> tag, but this does not seem to have any effect - it does not print text or a break in PDF.
I need a new paragraph without indentation, similar to \ newthought {}, but without capitalization ... is there a way?
Update 1 using sessionInfo ():
> sessionInfo() R version 3.1.2 (2014-10-31) Platform: x86_64-w64-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 [3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C [5] LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] digest_0.6.8 htmltools_0.2.6 rmarkdown_0.5.1 tools_3.1.2 yaml_2.1.13
Update 2
This seems to be the problem I am encountering when using the Tufte template:

r markdown r-markdown tufte
d8aninja
source share