We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Where special characters (e.g. &) are used in text inputs, word cannot interpret the output. R does not give an error.
asr( ..., product_name = "something & something else", ... )
Solution: implement a function that checks for the existance of the known special characters in inputs. Currently known examples are & and <br>
&
<br>
The text was updated successfully, but these errors were encountered:
CTU-Bern#17
6260cb8
719592a
No branches or pull requests
Where special characters (e.g. &) are used in text inputs, word cannot interpret the output. R does not give an error.
Solution: implement a function that checks for the existance of the known special characters in inputs. Currently known examples are
&
and<br>
The text was updated successfully, but these errors were encountered: