Closed coatless closed 11 months ago
This PR adds a JavaScript function that escapes HTML characters that may be contained within the R output. The characters being escaped alongside the new values are given in the following table:
&
&
<
<
>
>
"
"
'
'
Thus, we now have:
Close #115
This PR adds a JavaScript function that escapes HTML characters that may be contained within the R output. The characters being escaped alongside the new values are given in the following table:
&
&
<
<
>
>
"
"
'
'
Thus, we now have:
Close #115