nteract / markdown

A package for rendering Markdown within Jupyter notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect Rendering of \times and \rightarrow

Qwaz opened this issue · comments

\times and \rightarrow in the math block are rendered as text "imes" and "ightarrow". I suspect \t and \r are somehow replaced to tab and carriage return characters before being handled as part of a math expression.

Example

Input: Let $F_0: \{0, 1\}^k \times \{0, 1\}^m \rightarrow \{0, 1\}^n$ be a secure PRF.
Output: image

Sorry for the confusion, the conversion was happening on my code.