jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

Vector magnitude notation $\|$ cannot be rendered in markdown table. #487

Open tengjuilin opened 5 years ago

tengjuilin commented 5 years ago

Hello, I am trying to display the vector magnitude notation $|$ in a table using markdown. For example, the magnitude of velocity vector $|v|$. It can be rendered properly in jupyter notebook; however, it cannot be rendered properly in the nbviewer. Could you help me out? Project with problem: OrbitSimulation, very last section of list of variables Example:

|`v`|list|$\|\mathbf{v}\|$|$\mathrm{m/s}$|The magnitude of $\mathbf{v}$|

Thanks!

Describe the bug The vector magnitude notation $\|$ cannot be rendered correctly in a table using markdown.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'OrbitSimulation - Github' or 'OrbitSimulation - nbviewer'
  2. Scroll down to 'Rocket Variables' (the very end of the project)
  3. See error: notation displayed incorrectly

Expected behavior Render of the vector magnitude notation "double vertical lines". ||v|| Desired render example from jupyter notebook: Figure 1

Screenshots Undesired render from nbviewer: default Undesired render from Github: default

Desktop (please complete the following information):