Greetings. I followed the example shortcode for csv->html table rendering, and happy that it works.
However, I have trouble using HTML tags in the CSV file, the shortcode escapes the brackets and other special characters.
How can I modify the reference shortcode (from assets section of documentation) so it would stop escaping the special symbols?
example CSV:
Pet, Name, Color
Cat, Frisky, <i>black</i>
Dog, Rex, red and <br/>white