Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tab_footnote() in Rmarkdown corrupts word document with special character "<" #1303

Closed
AlexGareau opened this issue Apr 12, 2023 · 2 comments

Comments

@AlexGareau
Copy link

Description

When using tab_footnote(footnote = "p < .05") in an Rmardown document producing a word document. The word document get corrupted.

image

I was able to pinpoint the faulty character being "<" in the footnote statement. Taking this character out solve the issue of corruption.

@MarcellGranat
Copy link

MarcellGranat commented Jul 19, 2023

You can use &lt; for word output to write "<", however the inconsistency between the output formats still persists.

@thebioengineer
Copy link
Collaborator

This has been resolved and merged into main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment