markdown-viewer
markdown-viewer copied to clipboard
Inconsistent dollar-sign rendering
Two things:
- The input
\\$1 \\$2is rendered as$1 \$2whereas the expected output is\$1 \$2. \\$1is rendered as$1. As per the documentation, the expected output is\$1.
I am using Markdown Viewer in Chrome on Linux.