I would like to insert Latex equations and Shiny apps in an R Markdown document. However, with the following lines the Latex equations are not displayed correctly:
---
title: "Untitled"
date: "Saturday, August 02, 2014"
output: html_document
runtime: shiny
---
Test
* test 1 : $x$
* test 2 : \(x\)
Both Latex equations in the markdown document appear as \(x\) in the HTML document (if I suppress the line "runtime: shiny", they are displayed correctly in the HTML document). Would this possibly be a bug, or is there any incompatibility between Shiny and Latex? I am using RStudio 0.98.981.